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
$ KUBECONFIG=/Users/furkan.turkal/.kube/config-foo kubectl get --raw='/readyz?verbose'
All is OK.
$ KUBECONFIG=/Users/furkan.turkal/.kube/config-foo kubectl cluster-info
All is running.
$ KUBECONFIG=/Users/furkan.turkal/.kube/config-foo kubectl get pods
Success.
The text was updated successfully, but these errors were encountered:
This error means that the context kubernetes-admin@prod-foo define as current context is not defined into the loaded kubeconfig.
Does the context fully (user & server) defined into the file /Users/furkan.turkal/.kube/config-foo ?
I'm getting
ConfigInferenceExhausted
error with macOS. I do not know what that means exactly, and what it needs.$ KUBECONFIG=/Users/furkan.turkal/.kube/config-foo kubectl get --raw='/readyz?verbose' All is OK. $ KUBECONFIG=/Users/furkan.turkal/.kube/config-foo kubectl cluster-info All is running. $ KUBECONFIG=/Users/furkan.turkal/.kube/config-foo kubectl get pods Success.
The text was updated successfully, but these errors were encountered: