vladuntu commented on issue #11831:
URL: https://github.com/apache/cloudstack/issues/11831#issuecomment-3716138159

   Please check if Calico network does not conflict with your public IPs 
network. 
   If your public IP network is 192.168.0.0/16 then the cloudstack API is not 
accesible from the CKS cluster.
   
   If that is the case then, run the command with your cluster config:
   
   ```
   kubectl edit ippools.crd.projectcalico.org default-ipv4-ippool
   ```
   
   and edit
   
   ```
   spec:
      cidr: 192.168.0.0/16
   ```
   
   to an address that does not conflict with your public IP address (like 
10.244.0.0/16) network and especially the IP address of your cloustack 
management server.


-- 
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]

Reply via email to