Note for to clear backup files (#46773)

* Note for clear backup files

* Update content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md

Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>

---------

Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
pull/46780/head
Tamilselvan 2024-06-11 16:58:47 +05:30 committed by GitHub
parent 98c4285021
commit ebb553a599
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -312,6 +312,11 @@ In case of a upgrade failure and if the automatic rollback does not work, the co
manually restored in `/etc/kubernetes/manifests`. If for some reason there is no difference between a pre-upgrade
and post-upgrade manifest file for a certain component, a backup file for it will not be written.
{{< note >}}
After the cluster upgrade using kubeadm, the backup directory `/etc/kubernetes/tmp` will remain and
these backup files will need to be cleared manually.
{{</ note >}}
## How it works
`kubeadm upgrade apply` does the following: