From 909229d312e1fd50a1afb6d4f90d789133b0fe67 Mon Sep 17 00:00:00 2001 From: Homayoon Alimohammadi Date: Thu, 9 Jan 2025 19:31:25 +0400 Subject: [PATCH] docs: Fix snap upgrade how to (#942) --- docs/src/snap/howto/upgrades.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/src/snap/howto/upgrades.md b/docs/src/snap/howto/upgrades.md index ff54a401a..83fb30cee 100644 --- a/docs/src/snap/howto/upgrades.md +++ b/docs/src/snap/howto/upgrades.md @@ -8,13 +8,13 @@ and how to put a hold on upgrades if desired. ## Important Considerations Before Upgrading -- According to the [upstream Kubernetes][1], skipping **minor** versions while +- According to the [upstream Kubernetes], skipping **minor** versions while upgrading is not supported. For more details, please visit the -[Version Skew Policy][2]. +[Version Skew Policy]. - Before performing an upgrade, it's important to back up the cluster data. -This can be done by following the steps outlined in the [backup guide][3]. +This can be done by following the steps outlined in the [backup guide]. - For more information on managing snap updates, please refer to the -[snap documentation][4]. +[snap documentation]. ## Patch Upgrade @@ -100,9 +100,7 @@ snap refresh k8s --hold=24h ``` -[1]: https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/ -[2]: https://kubernetes.io/docs/setup/release/version-skew-policy/ -[3]: ./backup-restore.md -[4]: https://snapcraft.io/docs/managing-updates -[5]: ../../charm/index.md -[6]: ../../capi/index.md +[upstream Kubernetes]: https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/ +[Version Skew Policy]: https://kubernetes.io/docs/setup/release/version-skew-policy/ +[backup guide]: ./backup-restore.md +[snap documentation]: https://snapcraft.io/docs/managing-updates