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
then run kubectl get pods (using kube-rs' kubectl example) and it will fail, while official binary works.
Error: Failed to infer configuration: failed to infer config: in-cluster: (failed to read an incluster environment variable: environment variable not found), kubeconfig: (failed to find named user: )
Caused by:
0: failed to infer config: in-cluster: (failed to read an incluster environment variable: environment variable not found), kubeconfig: (failed to find named user: )
1: failed to find named user:
Current and expected behavior
When using kube-rs over
kubectl proxy
kube-rs client doesn't work while kubectl doesthen run
kubectl get pods
(using kube-rs' kubectl example) and it will fail, while official binary works.Related - metalbear-co/mirrord#2803
Possible solution
No response
Additional context
No response
Environment
doesn't matter
Configuration and features
No response
Affected crates
kube-client
Would you like to work on fixing this bug?
Yes
The text was updated successfully, but these errors were encountered: