Skip to content
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

Feat: Support importing kubeconfig from more cloud platforms (GCP, Axure) #602

Open
elliotxx opened this issue Aug 22, 2024 · 0 comments
Open
Labels
area/cluster-mgmt hacktoberfest https://hacktoberfest.com/ help wanted Extra attention is needed

Comments

@elliotxx
Copy link
Collaborator

elliotxx commented Aug 22, 2024

What would you like to be added?

We need to consider more elegant ways to support importing kubeconfig from more cloud platforms. (GCP, Axure)

Why is this needed?

Currently, AWS KubeConfig has been supported (#564, thanks for @CirillaQL) by integrating aws-cli in Dockerfile. But this also brings two hidden dangers:

  1. If GCP and Azure authentication are to be introduced in the future, corresponding authentication CLI needs to be added to the Dockerfile, which will increase the size of the container image.
  2. The support for different machines may vary among different clients, increasing the potential risk of exceptions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster-mgmt hacktoberfest https://hacktoberfest.com/ help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant