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
We run teleport https://goteleport.com/ in front of our clusters, so this might be causing it. It uses impersonation under the hood. I'm able to use the plugin on clusters that do not have teleport in front of them. The error suggests I'm not logged into the cluster or don't have permissions, but I have system admin and other kubectl commands (and krews) work fine. This happens both when installing as a krew and when running the binary directly.
(ins)-> k version
Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.6", GitCommit:"ad3338546da947756e8a88aa6822e9c11e7eac22", GitTreeState:"clean", BuildDate:"2022-04-21T03:49:49Z", GoVersion:"go1.17.9", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"20+", GitVersion:"v1.20.15-eks-0d102a7", GitCommit:"a8ff0230f2c155701a76c41fdcbddff180dc1833", GitTreeState:"clean", BuildDate:"2022-02-17T16:47:50Z", GoVersion:"go1.15.15", Compiler:"gc", Platform:"linux/amd64"}
WARNING: version difference between client (1.23) and server (1.20) exceeds the supported minor version skew of +/-1
(ins)-> k auth can-i list nodes
Warning: resource 'nodes' is not namespace scoped
yes
The text was updated successfully, but these errors were encountered:
We run teleport https://goteleport.com/ in front of our clusters, so this might be causing it. It uses impersonation under the hood. I'm able to use the plugin on clusters that do not have teleport in front of them. The error suggests I'm not logged into the cluster or don't have permissions, but I have system admin and other kubectl commands (and krews) work fine. This happens both when installing as a krew and when running the binary directly.
The text was updated successfully, but these errors were encountered: