Skip to content

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

Open
@elliotxx

Description

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.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions