Replies: 1 comment 2 replies
-
|
@n4l5u0r Can you try to SSH into the control node using: And then execute the following: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to deploy a k8s from Cloudstack CKS
based on
mgmt servers : 10.10.0.0/20 / 10.20.0.0/20
KVM servers: 10.10.0.0/20, 10.20.0.0/20, 10.40.0.0/20
When deploying the overall k8s everything starts, the instances controle + node, the VR responsible of the isolated network : 10.30.0.0/16
the endpoint is never set to
Running, remains onStartingand ends inError.the
endpoint.urlis set tohttp://10.10.0.3:8080/client/apithe physical network topology is the following:
I don't know if the problem is coming from the fact that the Mgmt servers are not accessing the Public network, where the k8s network VR is exposing the k8s services, to check the availability of control service availability.
If I have to expose it what is the best practice on Cloudstack side to have working.
when I request the k8s service from a kvm I have it working up:
Beta Was this translation helpful? Give feedback.
All reactions