Open jetnet opened 1 year ago
route to CXP team
@jetnet The underlying REST API for this command schedules a pod without any tolerations by default. Ideally, it would be best not to deploy non-critical workloads on a system node as it is possible that such workloads could starve resources from critical resources.
That being said, it would be best to create a feature request to add support for adding tolerations to unblock similar situations.
Since the Azure CLI itself doesn't have control over this, there is nothing that can be done in this context and should eventually get support when the underlying REST API supports it.
Hi @jetnet. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “/unresolve
” to remove the “issue-addressed” label and continue the conversation.
@PramodValavala-MSFT, really appreciate your clarification. Should I create a feature request or are you going to do that? Thanks!
Hi @jetnet, since you haven’t asked that we “/unresolve
” the issue, we’ll close this out. If you believe further discussion is needed, please add a comment “/unresolve
” to reopen the issue.
/unresolve
I think, it's an issue with the current implementation and NOT a feature request. Look, you cannot run az command invoke
if your AKS user nodes have a taint. It's not OK.
Please re-open. Thanks!
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/aks-pm.
Author: | jetnet |
---|---|
Assignees: | - |
Labels: | `Service Attention`, `question`, `AKS`, `customer-reported`, `Service`, `needs-team-attention`, `Auto-Assign` |
Milestone: | - |
@jetnet Apologies for the delay on this one! Since this requires a Service side change to support, I will be reassigning this case to the concerned team and sharing the feedback with them internally.
@PramodValavala-MSFT any updates on this ?
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 invoke
should be able to start on system nodes with the default taint:CriticalAddonsOnly=true
Environment Summary
Additional Context