You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the plugin is configured to use a kubeconfig file that references an external program (like one used for AWS authentication), it fails, because the PATH environmental variable is not forwarded to the Worker API
Example kubeconfig using the external aws-iam-authenticator program to validate for AWS
Error: Kubernetes cluster unreachable: Get <aws cluser>: getting credentials: exec: exec: "aws-iam-authenticator": executable file not found in $PATH
The text was updated successfully, but these errors were encountered:
Emilio-Pega
changed the title
When using a kubeconfig file that references external program
Error when using a kubeconfig file that references external program
Sep 24, 2020
Gradle 6
If the plugin is configured to use a kubeconfig file that references an external program (like one used for AWS authentication), it fails, because the PATH environmental variable is not forwarded to the Worker API
Example kubeconfig using the external
aws-iam-authenticator
program to validate for AWSError
The text was updated successfully, but these errors were encountered: