aws-cloud-map-mcs-controller-for-k8s icon indicating copy to clipboard operation
aws-cloud-map-mcs-controller-for-k8s copied to clipboard

Rework on setting AWS_REGION env variable

Open runakash opened this issue 2 years ago • 0 comments

Set aws-region via kustomize edit command instead of the environment variable substitution. Environmental substitution was a bug documented as a feature, and is going to be fixed in the future release. Check this link for more context: https://github.com/kubernetes/website/issues/35669

Also https://kubectl.docs.kubernetes.io/faq/kustomize/eschewedfeatures/#build-time-side-effects-from-cli-args-or-env-variables

runakash avatar Sep 02 '22 19:09 runakash