From 30b062fd43f9d9006306cd7c7386d09337a1e442 Mon Sep 17 00:00:00 2001
From: "Shelming.Song" <Shelming.Song@gmail.com>
Date: Tue, 23 Aug 2022 14:17:23 +0800
Subject: [PATCH] fix one bug in docs/nodes (#9203)

---
 docs/nodes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/nodes.md b/docs/nodes.md
index a521a4d17..2cd9e9a3c 100644
--- a/docs/nodes.md
+++ b/docs/nodes.md
@@ -124,7 +124,7 @@ to
 With the old node still in the inventory, run `remove-node.yml`. You need to pass `-e node=node-1` to the playbook to limit the execution to the node being removed.
 If the node you want to remove is not online, you should add `reset_nodes=false` and `allow_ungraceful_removal=true` to your extra-vars.
 
-### 3) Edit cluster-info configmap in kube-system namespace
+### 3) Edit cluster-info configmap in kube-public namespace
 
 `kubectl  edit cm -n kube-public cluster-info`
 
-- 
GitLab