From c360501854e9773d46ff3d863beb4995e475ed1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=88=9A=20=20=28=E6=88=90=E9=83=BD=29?= Date: Tue, 31 Jan 2023 08:58:49 +0800 Subject: [PATCH] fix typo in doc. (#9728) Signed-off-by: yanggang --- README.md | 2 +- docs/upgrades/migrate_docker2containerd.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfccae69a..8b30f367a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Note: When Ansible is already installed via system packages on the control node, Python packages installed via `sudo pip install -r requirements.txt` will go to a different directory tree (e.g. `/usr/local/lib/python2.7/dist-packages` on Ubuntu) from Ansible's (e.g. `/usr/lib/python2.7/dist-packages/ansible` still on -buntu). As a consequence, the `ansible-playbook` command will fail with: +Ubuntu). As a consequence, the `ansible-playbook` command will fail with: ```raw ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path. diff --git a/docs/upgrades/migrate_docker2containerd.md b/docs/upgrades/migrate_docker2containerd.md index df2e06c8a..b444db0a7 100644 --- a/docs/upgrades/migrate_docker2containerd.md +++ b/docs/upgrades/migrate_docker2containerd.md @@ -66,7 +66,7 @@ apt-get install pigz ### 5) Run `cluster.yml` playbook with `--limit` ```commandline -ansible-playbook cluster.yml -i inventory/sample/hosts.ini cluster.yml --limit=NODENAME +ansible-playbook -i inventory/sample/hosts.ini cluster.yml --limit=NODENAME ``` This effectively reinstalls containerd and seems to place all config files in the right place. When this completes, kubelet will immediately pick up the new container engine and start spinning up DaemonSets and kube-system Pods.