-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Support of local env for kubectl connection plugin #699
[WIP] Support of local env for kubectl connection plugin #699
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 59s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 10s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 02s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 11s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 6m 26s |
remove remaining lines that should be removed in 3dcbad0
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 36s |
Close in favor of #702 |
SUMMARY
Support of local environmental variable that may be required to be set on Ansible Controller before the connection is set and may be used for
kubectl
command. This PR addressed for #698ISSUE TYPE
COMPONENT NAME
kubernetes.core.kubectl connection plugin
ADDITIONAL INFORMATION
This PR attempts to implement local env support for the kubectl connection plugin that may be useful in case of using
kubectl
against public cloud kubernetes environment that uses some authorization (i.e.aws
cli) additionally to kubeconfig file. More detail in #698Output that shows that connection plugin can use local environment variable for
kubectl
command (with some debug that will be removed in later commit):