You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: