Skip to content

Commit 8a7fba8

Browse files
Update nodes.md
Fix the issue that it should be node.kubernetes.io/out-of-service instead of node kubernetes.io/out-of-service
1 parent d5780c5 commit 8a7fba8

File tree

1 file changed

+1
-2
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+1
-2
lines changed

content/en/docs/concepts/architecture/nodes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,7 @@ shutdown node comes up, the pods will be deleted by kubelet and new pods will be
476476
created on a different running node. If the original shutdown node does not come up,
477477
these pods will be stuck in terminating status on the shutdown node forever.
478478

479-
To mitigate the above situation, a user can manually add the taint `node
480-
kubernetes.io/out-of-service` with either `NoExecute` or `NoSchedule` effect to
479+
To mitigate the above situation, a user can manually add the taint `node.kubernetes.io/out-of-service` with either `NoExecute` or `NoSchedule` effect to
481480
a Node marking it out-of-service.
482481
If the `NodeOutOfServiceVolumeDetach`[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
483482
is enabled on `kube-controller-manager`, and a Node is marked out-of-service with this taint, the

0 commit comments

Comments
 (0)