Pearl1594 commented on code in PR #8906:
URL: https://github.com/apache/cloudstack/pull/8906#discussion_r1717224460


##########
plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/KubernetesClusterService.java:
##########
@@ -92,6 +92,30 @@ public interface KubernetesClusterService extends 
PluggableService, Configurable
             true,
             ConfigKey.Scope.Account,
             KubernetesServiceEnabled.key());
+    static final ConfigKey<Long> KubernetesControlNodeInstallAttemptWait = new 
ConfigKey<Long>("Advanced", Long.class,

Review Comment:
   I believe this is just externalizing the already present in the CKS scripts. 
So it wouldn't cause any issues. Unless you still want to me to revert 



-- 
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]

Reply via email to