Add support for named contexts
rscott231 opened this issue · comments
Ryan Scott commented
Currently qbec matches environments in qbec.yaml to environments in the kube config using the server address. Our team uses minikube for local development and testing. Because minikube comes up on a potentially different IP address each time it starts, this behavior makes it difficult to use qbec with minikube without a variety of workarounds.
Ideally, qbec would support matching contexts by name in addition to the current behavior of matching by address.