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
I have a kubeconfig that looks like:
apiVersion: v1 clusters: - cluster: certificate-authority-data: ... server: ... name: ... contexts: - context: cluster: ... user: ... name: ... current-context: ... kind: Config preferences: {} users: - name: ... user: exec: apiVersion: client.authentication.k8s.io/v1alpha1 args: - token - -i - ... command: ... env: - name: ... value: ...
and when I powerline-daemon --kill I get an error similar to:
powerline-daemon --kill
2019-12-03 10:15:52,043:ERROR:shell:kubernetes:'namespace'
I think c366a55#diff-5206fb189568a38aa689ef479153c15d intended to fix this but there's two instances of namespace = ctx['namespace'].
namespace = ctx['namespace']
The text was updated successfully, but these errors were encountered:
I believe this is fixed in #14, so just need someone to merge it.
Sorry, something went wrong.
Any update?
Experiencing this as well
No branches or pull requests
I have a kubeconfig that looks like:
and when I
powerline-daemon --kill
I get an error similar to:I think c366a55#diff-5206fb189568a38aa689ef479153c15d intended to fix this but there's two instances of
namespace = ctx['namespace']
.The text was updated successfully, but these errors were encountered: