-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature | leverage support kubectl #126
Comments
@marianod92 @juanmatias @diego-ojeda-binbash @angelofenoglio I'll add some related comments based on our slack thread: Related issueCurrently to generate the AWS SSO credentials to work with Possible solution@diego-ojeda-binbash proposed an alternative more automated approach which could look something similar to:
|
A tool that may help managing multiple kubectl versions in a single workstation is asdf with the kubectl plugin, as explained in this guide. |
While working on this, we brought up the question of how to test and develop new commands without installing (as |
Thanks for your comment addressing this matter @Franr! 📚 🚀 |
Also we should add/check the following:
|
What?
Add the ability to manage / configure
kubectl
with the necessary AWS configuration from leverage-cliLeverage cli generates subfolders within
~/.aws/
based on the project name for the creation/update of AWS Configs and Credentials filesWhen you need to perform actions on a cluster (EKS), besides setting the corresponding context/cluster, it is necessary to export the AWS configuration files, the AWS profile and the location of the
.kubeconfig
file.For example:
Perhaps being able to support a leverage setting of some of these variables would improve the experience and agility of using leverage to generate the required kubeconfig files/contexts.
Alternative
leverage kubectl configure
leverage kubectl switch / set
Extra Info
The text was updated successfully, but these errors were encountered: