DaanHoogland commented on code in PR #7509:
URL: https://github.com/apache/cloudstack/pull/7509#discussion_r1205421428


##########
plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/KubernetesClusterService.java:
##########
@@ -38,7 +38,7 @@ public interface KubernetesClusterService extends 
PluggableService, Configurable
 
     static final ConfigKey<Boolean> KubernetesServiceEnabled = new 
ConfigKey<Boolean>("Advanced", Boolean.class,
             "cloud.kubernetes.service.enabled",
-            "false",
+            "true",
             "Indicates whether Kubernetes Service plugin is enabled or not. 
Management server restart needed on change",
             false);

Review Comment:
   ```suggestion
               true);
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to