kubectl-node-shell
kubectl-node-shell copied to clipboard
current-context is not set
hi
i get an issue "current-context is not set",
how can i fix it
kubectl config current-context
should work, try:
kubectl get-contexts
kubectl use-context <context>
yes. but i using kubectl inside pod, i want using node-shell to get status of another pod in namespace.