GoogleContainerTools / kubehost

Expose web services directly on GKE nodes during development.
Apache License 2.0
115 stars 16 forks source link

Support non-default namespaces #3

Open ahmetb opened 5 years ago

ahmetb commented 5 years ago

I understand kubehost just shells out to kubectl. So technically user just do kubectl config set-context [...] --namespace=foo prior to running kubehost.

But it would be better if kubehost supported a native -n/--namespace argument and documented it.

WilliamDenniss commented 5 years ago

This would be nice to have. We also use the default zone, etc for all gcloud commands.