-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
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
panic: assignment to entry in nil map #178
Comments
@Evalle do you have $HOME/.kube/config file. If not, then probably that's why this panic occurred. |
@nightfury1204 exactly, there was no such file:
Thanks! It can be a good idea to add the check of a config file in the $HOME directory. |
By the way, the same problem arises if there is no .kube directory in user's home |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi folks!
I use guard v0.2.0 and I try to integrate it with our LDAP server (I did everything according to the official guide), however when I try to obtain a token I've got the error:
My setup:
If you need any additional info, feel free to ask me.
The text was updated successfully, but these errors were encountered: