Closed wchau closed 2 years ago
The kube config exec commands did not forward parent environment variables, causing the aws or aws-iam-authenticator to not run properly (due to lack of $PATH).
aws
aws-iam-authenticator
$PATH
With this, it should match kubectl behavior and should fully close https://github.com/databricks/click/issues/89
kubectl
The kube config exec commands did not forward parent environment variables, causing the
aws
oraws-iam-authenticator
to not run properly (due to lack of$PATH
).With this, it should match
kubectl
behavior and should fully close https://github.com/databricks/click/issues/89