From 0477c9abbcf597a9b7b4d1ccfdb9739d00723793 Mon Sep 17 00:00:00 2001 From: Minchao Date: Sun, 14 Feb 2021 09:10:41 +0800 Subject: [PATCH] [zh] Sync taint and toleration example --- .../docs/concepts/scheduling-eviction/taint-and-toleration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/concepts/scheduling-eviction/taint-and-toleration.md b/content/zh/docs/concepts/scheduling-eviction/taint-and-toleration.md index 430f0d60b6..e20c15890f 100644 --- a/content/zh/docs/concepts/scheduling-eviction/taint-and-toleration.md +++ b/content/zh/docs/concepts/scheduling-eviction/taint-and-toleration.md @@ -67,7 +67,7 @@ kubectl taint nodes node1 key1=value1:NoSchedule- 若要移除上述命令所添加的污点,你可以执行: ```shell -kubectl taint nodes node1 key:NoSchedule- +kubectl taint nodes node1 key1=value1:NoSchedule- ```