-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az aks command invoke: does not work if user nodes have taints #25336
Copy link
Copy link
Open
Labels
AKSaz aks/acs/openshiftaz aks/acs/openshiftAuto-AssignAuto assign by botAuto assign by botServiceThis issue points to a problem in the service.This issue points to a problem in the service.Service 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 botServiceThis issue points to a problem in the service.This issue points to a problem in the service.Service 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
Describe the bug
Command Name
az aks command invoke -n $AKS_NAME -c "kubectl cluster-info"Errors:
Event Message:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
"agentpool=user:NoSchedule"az aks command invoke -n NAME -c "kubectl cluster-info"Expected Behavior
aks command invokeshould be able to start on system nodes with the default taint:CriticalAddonsOnly=trueEnvironment Summary
Additional Context