You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/03/17 06:45:16 UTC

[GitHub] [cloudstack] Pearl1594 commented on issue #6128: Kubernetes Cluster with the new SystemVM template is not working in a Security Groups environment

Pearl1594 commented on issue #6128:
URL: https://github.com/apache/cloudstack/issues/6128#issuecomment-1070378052


   You're right @MejdiB , on an Advanced zone with security groups, it doesn't work by default. But as a work-around,I was able to get the cluster up and running by doing the following:
   1. Stop the CKS nodes
   2. Create necessary security groups allowing the ports (22 , 6443)
   3. Use the updateVirtualMachine API (via cmk as it's not supported via UI) to associate the security group(s) to the VMs
   4. Start the VMs
   5. SSH into the VMs (ssh -i <ssh-key> cloud@<public_ip_of_the_node>) and start the setup-kube-system & deploy-kube-system services.
   
    


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org