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
Tracked by #744 ...
elliotxx opened this issue Aug 22, 2024 · 0 comments
Open
Tracked by #744 ...
Labels
area/cluster-mgmt hacktoberfest https://hacktoberfest.com/ help wanted Extra attention is needed medium Requires a moderate level of project knowledge and skills, but does not require deep core technical
Milestone

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.
@elliotxx elliotxx added area/cluster-mgmt help wanted Extra attention is needed labels Aug 22, 2024
@elliotxx elliotxx added the hacktoberfest https://hacktoberfest.com/ label Sep 24, 2024
@elliotxx elliotxx added this to the v0.8.0 milestone Jan 18, 2025
@github-actions github-actions bot mentioned this issue Jan 18, 2025
18 tasks
@elliotxx elliotxx added the medium Requires a moderate level of project knowledge and skills, but does not require deep core technical label Feb 2, 2025
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 medium Requires a moderate level of project knowledge and skills, but does not require deep core technical
Projects
None yet
Development

No branches or pull requests

1 participant