Feat: Support importing kubeconfig from more cloud platforms (GCP, Axure) #602
Open
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:
- 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.
- The support for different machines may vary among different clients, increasing the potential risk of exceptions.