sureshanaparti commented on code in PR #9102:
URL: https://github.com/apache/cloudstack/pull/9102#discussion_r1969334109
##########
plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/actionworkers/KubernetesClusterStartWorker.java:
##########
@@ -263,11 +333,84 @@ private String
getKubernetesAdditionalControlNodeConfig(final String joinIp, fin
return k8sControlNodeConfig;
}
- private UserVm createKubernetesAdditionalControlNode(final String joinIp,
final int additionalControlNodeInstance) throws ManagementServerException,
+ private String getInitialEtcdClusterDetails(List<String> ipAddresses,
List<String> hostnames) {
+ String initialCluster = "%s=http://%s:2380";
Review Comment:
use _ETCD_NODE_PEER_COMM_PORT_ const defined in
KubernetesClusterActionWorker.java
--
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]