Skip to content
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

kube-prompt fails over x509: certificate signed by unknown authority #93

Open
phani-hothur opened this issue Jan 29, 2024 · 2 comments
Open

Comments

@phani-hothur
Copy link

phani-hothur commented Jan 29, 2024

Our implementation has TELEPORT installed for access control. It's installed with TLS enabled.

Post its installation, we started the local proxy using , "tsh proxy kube", this lets us access the cluster using kubectl commands..

kubectl commands works fine.

**➜ ~ kubectl get ns
NAME STATUS AGE
my namespaces
➜ ~ kube-prompt
error Get https://teleportcluster/api/v1/namespaces: x509: certificate signed by unknown authority
➜ ~**

where as kube-prompt fails on above error, can someone guide why would it fail when kubectl works fine? any leads on how to fix this?

@c-bata
Copy link
Owner

c-bata commented Jan 30, 2024

I'm not sure, but probably the client-go version must be updated.

k8s.io/client-go v0.17.0

@azamora-zsc
Copy link

azamora-zsc commented Jul 12, 2024

Any idea about how to fix this? I'm facing the same issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants