ameerthehacker / kubelive

kubectl tool reinvented to be more reactive and interactive :fire:
https://www.npmjs.com/package/kubelive
MIT License
593 stars 27 forks source link

Use kubectl namespace as default #36

Open aleksander-raskin opened 4 years ago

aleksander-raskin commented 4 years ago

I have more than 30 namespaces per k8s cluster. When using kubelive get I always start with the first one and need to switch to the correct namespace.

It would be great if kubelive could use namespace from kubectl as default (kubectl already knows what my namespace from current context)

ameerthehacker commented 4 years ago

@aleksander-raskin thanks for the suggestion, will add this to the next release pipeline