-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Able To Create More Than 2 Clusters #674
Comments
Separating the Clusters into different namespaces seems to stabilize the PODs..
Still not sure about the logic behind this |
hmm, that is weird indeed. I don't immediately get either why separating clusters into other namespaces would make a difference. Did you see anything weird on k0smotron controller logs? Based on the logs you shared, it seems the CP pod is actually killed. So I wonder if there's some failing health check or something going on. |
The other thing I'm thingking of is that maybe we have some naming mismatch, i.e. k0smotron would use same name for some related object (configmaps,secrets,...) for two clusters. Now that you've got the clusters separated into namespaces, could you check ALL the objects in each namespace to see if there's some naming mismatches? You can dump ALL the objects with something like:
|
I did not see anything weird in the controller-logs, it too was complaining of not able to connect to the LB address of the 3rd cluster endpoint. I did the api-respources dump, did not see a conflict there but you can also have a look |
Hi,
I am trying to create 3 clusters using LB but so far only 2 of the clusters are able to come up properly, I have checked the logs, could not find a logic as to why, sample cluster template:
Logs of the failing POD kmc-regional-k8s-ctrl-0 is given below
k0smotron-regional-cluster-logs.txt
I used kubectl apply --server-side=true -f https://docs.k0smotron.io/v1.0.3/install.yaml for the k0smotron installation
The text was updated successfully, but these errors were encountered: