From 09fad4886ab5fb03d9a9347dc9a00a31b5236781 Mon Sep 17 00:00:00 2001 From: Ali Afsharzadeh Date: Fri, 2 May 2025 11:09:56 +0330 Subject: [PATCH] Fix path to facts.yml in node facts refresh section (#12177) --- docs/operations/upgrades.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations/upgrades.md b/docs/operations/upgrades.md index 06e788749..7695682bb 100644 --- a/docs/operations/upgrades.md +++ b/docs/operations/upgrades.md @@ -84,7 +84,7 @@ If you don't want to upgrade all nodes in one run, you can use `--limit` [patter Before using `--limit` run playbook `facts.yml` without the limit to refresh facts cache for all nodes: ```ShellSession -ansible-playbook facts.yml -b -i inventory/sample/hosts.ini +ansible-playbook playbooks/facts.yml -b -i inventory/sample/hosts.ini ``` After this upgrade control plane and etcd groups [#5147](https://github.com/kubernetes-sigs/kubespray/issues/5147):