splunk / qbec

configure kubernetes objects on multiple clusters using jsonnet

Home Page:https://qbec.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for named contexts

rscott231 opened this issue · comments

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.