pulumi / kubespy

Tools for observing Kubernetes resources in real time, powered by Pulumi.
https://pulumi.com/
Apache License 2.0
2.88k stars 92 forks source link

Current context not respected #71

Open ChipWolf opened 4 years ago

ChipWolf commented 4 years ago

If you switch the current context to a specific namespace, either in the kubeconfig, or with tools such as kubectx or kubens; kubespy always assumes the default namespace.

hatappi commented 4 years ago

I created PR to resolve this issue. https://github.com/pulumi/kubespy/pull/74