Closed raghu-shukla closed 2 weeks ago
Learn Build status updates of commit 00441c7:
File | Status | Preview URL | Details |
---|---|---|---|
articles/aks/use-node-taints.md | :white_check_mark:Succeeded |
For more details, please refer to the build report.
For any questions, please:
@raghu-shukla - If you sign the CLA, we can review your PR. See instructions here.
@MicrosoftDocs/public-repo-pr-review-team
Learn Build status updates of commit 00441c7:
File | Status | Preview URL | Details |
---|---|---|---|
articles/aks/use-node-taints.md | :white_check_mark:Succeeded |
For more details, please refer to the build report.
For any questions, please:
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions.
Get Help
Docs Support Teams Channel
Resolve Merge Conflict
Closing this PR pending CLA completion.
Removing a taint from specific node out of node pools is not possible, even using kubectl admission controller will block this. removing the description given in public doc regarding removal of taint from single node in the nodepool
contributor: rashukla // fork permission missing on MSFT ID
Removed below content from public doc:
Remove a specific node taint
Remove node taints using the az aks nodepool update command. The following example command removes the "sku=gpu:NoSchedule" node taint from the node pool.
Azure CLICopy
Open Cloud Shell
az aks nodepool update \ --cluster-name $CLUSTER_NAME \ --name $NODE_POOL_NAME \ --resource-group $RESOURCE_GROUP_NAME \ --node-taints "sku=gpu:NoSchedule"