kiranchavala commented on issue #7734: URL: https://github.com/apache/cloudstack/issues/7734#issuecomment-1631873115
@Stanley2911 1. Can you check if you are able to telnet to public IP of the CKS cluster on port 2222 , 6443. You can get the publc ip address from the UI ( screenshots attached)   2. Can you try to ssh into the controller node and worker node ( using the ssh key) Master node ssh -i <ssh-private.key > -p 2222 cloud@Public ip address of Virtual Router worker node ssh -i <ssh-private.key > -p 2223 cloud@Public ip address of Virtual Router  3. Once you are able to ssh into the control node and worker node Please check the /var/log/daemon.log -- 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]
