Link to release note in older version is broken
This commit is contained in:
Kubernetes Prow Robot
2022-05-29 00:34:51 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -29,7 +29,7 @@ The upgrade workflow at high level is the following:
## {{% heading "prerequisites" %}}
- Make sure you read the [release notes]({{< latest-release-notes >}}) carefully.
- Make sure you read the [release notes](https://git.k8s.io/kubernetes/CHANGELOG) carefully.
- The cluster should use a static control plane and etcd pods or external etcd.
- Make sure to back up any important components, such as app-level state stored in a database.
`kubeadm upgrade` does not touch your workloads, only components internal to Kubernetes, but backups are always a best practice.
@@ -58,7 +58,7 @@ The upgrade workflow at high level is the following:
## {{% heading "prerequisites" %}}
<!--
- Make sure you read the [release notes]({{< latest-release-notes >}}) carefully.
- Make sure you read the [release notes](https://git.k8s.io/kubernetes/CHANGELOG) carefully.
- The cluster should use a static control plane and etcd pods or external etcd.
- Make sure to back up any important components, such as app-level state stored in a database.
`kubeadm upgrade` does not touch your workloads, only components internal to Kubernetes, but backups are always a best practice.