Skip to content

Commit

Permalink
Merge pull request #566 from Netcracker:Doc_Review-1
Browse files Browse the repository at this point in the history
Update Maintenance.md
  • Loading branch information
koryaga authored Dec 27, 2023
2 parents 8937f24 + 6a0f318 commit af5f326
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/Maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@ UPGRADING KUBERNETES v1.18.8 ⭢ v1.19.3

The script upgrades Kubernetes versions one-by-one. After each upgrade, the `cluster.yaml` is regenerated to reflect the actual cluster state. Use the latest updated `cluster.yaml` configuration to further work with the cluster.

Additionally, before the upgrade kubemarine cleans up `/etc/kubernetes/tmp` directory, where kubeadm stores [backup files](https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/#recovering-from-a-failure-state)
during upgrade. For this reason only backups for the latest upgrade via kubemarine will be placed here after the upgrade procedure.
Additionally, Kubemarine cleans up the `/etc/kubernetes/tmp` directory before the upgrade, where kubeadm stores the [backup files](https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/#recovering-from-a-failure-state)
during the upgrade. For this reason, only the backups for the latest upgrade through Kubemarine are placed here after the upgrade procedure.

**Note**: we do not recommend to use those backup files for rolling back after upgrade, because it can follow inconsistent state
for `cluster.yaml`. Please, use kubemarine [backup](#backup-procedure) and [restore](#restore-procedure) procedures instead of manual restoration.
**Note**: It is not recommended to use the backup files for rolling back after the upgrade because it can follow an inconsistent state
for `cluster.yaml`. Use the Kubemarine [backup](#backup-procedure) and [restore](#restore-procedure) procedures instead of manual restoration.

#### Upgrading Specific Nodes

Expand Down

0 comments on commit af5f326

Please sign in to comment.