DaanHoogland commented on code in PR #7509:
URL: https://github.com/apache/cloudstack/pull/7509#discussion_r1206390063
##########
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:
I have not found a reason why it can't be (yet)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]