You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
We have a shared kubernetes cluster for all the developers. We are trying out ksync with every developer having a namespace wise access to kubernetes cluster. Every developers laptop is configured with kubectl having access to only the namespace the developer is working on.
On doing ksync init with the developer laptop it fails with the below connection error.
But if I use default admin user (the one with user and password) , ksync init gets past "Cluster Connection"
I even tried giving the dev-user the complete admin role, ksync init still fails with the same error. Even when kubectl works !
I also tried passing --context=k8sl.XXX.com same error.
$ ksync init --context=k8sl.XXX.com
==== Preflight checks ====
Cluster Config ✓
Cluster Connection ✘
↳ Unable to contact the cluster for context (k8sl.XXX.com). Does 'kubectl --context=k8sl.practodev.com cluster-info' work?
FATA[0000] Fix errors and try again.
Dev user in kube config looks like below (which is not working)