-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
@n4l5u0r you can use the management server IP on the endpoint.url , the one on which the Virtual router public IP can reach.
VR public IP to management server API end point is required.
Its a system-wide configuration. |
Beta Was this translation helpful? Give feedback.
-
Ok thank you @rajujith do you mean I have to add mgmt servers to public network for VR requests on public network being able to reach mgmt servers api endpoint which will be http://10.40.0.X:8080/client/api ? The flow direction if I have to secure at firewall level is allowing only one-way direction from VR to port 8080 mgmt server? |
Beta Was this translation helpful? Give feedback.
-
|
If you observe the logs Cloudstack server continuously poll the Kubernetes API server to check if the nodes are in ready state You can also check the values for reduce it if you need shorter timeout values cloud.kubernetes.cluster.start.timeout |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.


The management Server IP and port 8080 need to be reachable from the VR , depending on your network you can either place the management servers in the same network as the public network or do a port forwarding or route etc. Its one way direction from the VR to the 8080 on the management server.