-
Notifications
You must be signed in to change notification settings - Fork 43
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
Adopted local kind cluster doesn't work #953
Comments
I think the issue is the kubeconfig provided for the kind cluster created is probably pointing at localhost (127.0.0.1) which is the case if it's obtained using Alternatively, you can create a kind config file similar to this:?
And then create a kind cluster like this |
Hey @kylewuolle , thank you. It really worked when I created a kubeconfig using
|
I've made a pull request that adds the sveltos cluster status to the clusterdeployment that should help with these situations. |
Describe the bug
I tried to adopt local "kind" cluster as adopted cluster for k0rdent testing. It should be possible according to Adopted cluster guide.
Local setup:
To Reproduce
Steps to reproduce the behavior:
ClusterDeployment
based onadopted-cluster-0-0-2
template:adopted-cluster-kubeconf.data.value
is valid kubeconfig or not. I tried to use just encodedblablabla
and it worked the same way.Expected behavior
Adopted cluster really works.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: