Browse Source

Fix path to facts.yml in node facts refresh section (#12177)

pull/12183/head
Ali Afsharzadeh 1 month ago
committed by GitHub
parent
commit
09fad4886a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/operations/upgrades.md

2
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):

Loading…
Cancel
Save