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
parent
98c4285021
commit
ebb553a599
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue