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
How will this feature request benefit CircleCI jobs using this image?
Reduce execution time and complexity of config.yml file by having kubelogin pre-installed.
Describe the solution you would like to see
I like to see kubelogin installed by default in the image.
Describe alternatives you have considered
In config.yml file, before getting kube config for AKS, I use this script to install kubelogin:
For our official CircleCI Docker Convenience Image support policy, please see CircleCI docs.
This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images.
Describe the Feature Request
Add kubelogin to this docker image.
Is your feature request related to a particular problem?
AKS authentication using Azure AD require to have kubelogin installed: https://azure.github.io/kubelogin/index.html
How will this feature request benefit CircleCI jobs using this image?
Reduce execution time and complexity of config.yml file by having kubelogin pre-installed.
Describe the solution you would like to see
I like to see kubelogin installed by default in the image.
Describe alternatives you have considered
In config.yml file, before getting kube config for AKS, I use this script to install kubelogin:
After getting kube config, I run this script to patch it, enabling using kubelogin:
An alternative is to add these commands to azure-aks orb.
The text was updated successfully, but these errors were encountered: