ansibleplaybookbundle / ansible-playbook-bundle

THIS REPO IS MIGRATING: https://github.com/automationbroker/apb
GNU General Public License v2.0
140 stars 70 forks source link

apb-docker-run.sh should follow $KUBECONFIG if set #287

Closed jjo closed 6 years ago

jjo commented 6 years ago

It's usual practice to ab-use KUBECONFIG env var to avoid messing with one's "golden" ~/.kube/config, specially if mixing dev/staging/production clusters.

apb-docker-run.sh lacks any $KUBECONFIG reference, should map it (-v) and set env (-e).