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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: