shwstppr commented on pull request #4639: URL: https://github.com/apache/cloudstack/pull/4639#issuecomment-773455467
@nxsbi service is not being able to connect to SSH with VR public IP and forwarded port (must be 2222), failing here https://github.com/apache/cloudstack/blob/280c13a4bb103dd748ec304bfe0714a148c24602/plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/utils/KubernetesClusterUtil.java#L247-L253 Are you able to manually do SSH from the management server? `ssh -i /root/.ssh/id_rsa.cloud -p 2222 core@public_ip_of_network` Firewall and port forwarding rules must be automatically provisioned by the service in the cluster's network. Service uses SSH over 2222 to 2222+n ports. SSH on worker nodes are done only during k8s version upgrade ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org