epics-containers / edge-containers-cli

command line shortcuts for epics containers developers
Apache License 2.0
3 stars 1 forks source link

EC_K8S_NAMESPACE needs checks #45

Closed gilesknap closed 10 months ago

gilesknap commented 10 months ago

This env variable decides which cluster namespace you are deploying to. If blank it deploys to local docker/podman.

The issue is that this happens silently and there is no check that you are doing the right thing.

Solution:

gilesknap commented 10 months ago

Also suggested by other team members:

gilesknap commented 10 months ago

fixed in f4e0fc03bf197e43

we now have ec env and EC_K8S_NAMESPACE=local or = K8s namespace