MicrosoftDocs / azure-aks-docs

Public sync with private repo azure-aks-docs-pr
Creative Commons Attribution 4.0 International
3 stars 59 forks source link

Update use-node-taints.md #66

Closed raghu-shukla closed 2 weeks ago

raghu-shukla commented 1 month ago

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"

learn-build-service-prod[bot] commented 1 month ago

Learn Build status updates of commit 00441c7:

:white_check_mark: Validation status: passed

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:

ShannonLeavitt commented 1 month ago

@raghu-shukla - If you sign the CLA, we can review your PR. See instructions here.

label:"aq-pr-triaged"

@MicrosoftDocs/public-repo-pr-review-team

learn-build-service-prod[bot] commented 1 month ago

Learn Build status updates of commit 00441c7:

:white_check_mark: Validation status: passed

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:

github-actions[bot] commented 2 weeks ago

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

Court72 commented 2 weeks ago

Closing this PR pending CLA completion.