We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Every kubetail command other than --help responds with the above. Regular usage of kubectl/k works perfectly fine.
kubetail
--help
kubectl
k
The text was updated successfully, but these errors were encountered:
mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo chown $(id -u):$(id -g) $HOME/.kube/config
Sorry, something went wrong.
I have no such file on my system, neither in /etc/kubernetes nor elsewhere. Is it a problem that I am using k3s/Rancher ?
Could be, not sure. Hard for me to replicate, I can only say that it works well for me :/
No branches or pull requests
Every
kubetail
command other than--help
responds with the above. Regular usage ofkubectl
/k
works perfectly fine.The text was updated successfully, but these errors were encountered: