Hi Pieter, To SSH to a CKS instance, you can use the following:
ssh -i <ssh key> -p 2222 core@<IP address of cluster> To get the port numbers of the worker nodes you can check the Port Forwarding tab of the Kubernetes cluster. Thanks, Pearl ________________________________ From: Pieter Koorts <pieter.koo...@me.com.INVALID> Sent: Thursday, December 2, 2021 3:48 PM To: "users@cloudstack.apache.org" <users@cloudstack.apache.org> Subject: SSH to CKS SystemVM instances Hello, This may be a slightly silly question but trying to SSH to a Kubernetes instance (setup by CKS) and when I do "ssh root@x.x.x.x" it reads my SSH key and then responds with: Please login as the user "NONE" rather than the user "root". How do we access the CKS instance via console or SSH for debugging? Thank you Pieter