-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az aks get-credentials --format "exec" default to azurecli? #25190
Copy link
Copy link
Open
Labels
AKSaz aks/acs/openshiftaz aks/acs/openshiftAuto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestneeds-team-attentionThis issue needs attention from Azure service team or SDK teamThis issue needs attention from Azure service team or SDK team
Metadata
Metadata
Assignees
Labels
AKSaz aks/acs/openshiftaz aks/acs/openshiftAuto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestneeds-team-attentionThis issue needs attention from Azure service team or SDK teamThis issue needs attention from Azure service team or SDK team
Related command
az aks get-credentials --format "exec"
Is your feature request related to a problem? Please describe.
After the release of kubelogin and the deprecation of Azure credentials. I assume most people use azurecli token as their default access . Today the
--format "exec"defaults to device code.Describe the solution you'd like
Instead of being forced to do a kubeconfig convert, I would like to have azure cli as the default.
Describe alternatives you've considered
either change the
--format "exec"to be azure CLI, or allow other formats so we can choose what method we want to use without the convert