sureshanaparti commented on code in PR #9102:
URL: https://github.com/apache/cloudstack/pull/9102#discussion_r1969248561
##########
plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/KubernetesClusterService.java:
##########
@@ -80,6 +85,18 @@ public interface KubernetesClusterService extends
PluggableService, Configurable
"The number of retries if fail to upgrade kubernetes cluster due
to some reasons (e.g. drain node, etcdserver leader changed)",
true,
KubernetesServiceEnabled.key());
+ static final ConfigKey<Long> KubernetesClusterAddNodeTimeout = new
ConfigKey<Long>("Advanced", Long.class,
+ "cloud.kubernetes.cluster.add.node.timeout",
+ "3600",
+ "Timeout interval (in seconds) in which an external node(VM /
baremetal host) addition to a cluster should be completed",
+ true,
+ KubernetesServiceEnabled.key());
+ static final ConfigKey<Long> KubernetesClusterRemoveNodeTimeout = new
ConfigKey<Long>("Advanced", Long.class,
+ "cloud.kubernetes.cluster.add.node.timeout",
Review Comment:
```suggestion
"cloud.kubernetes.cluster.remove.node.timeout",
```
for remove node
--
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]