Skip to content

Commit 7cf45cf

Browse files
authored
Merge pull request #34020 from SaumyaBhushan/Issue#34010
Link to release note in older version is broken
2 parents a1add49 + 1785519 commit 7cf45cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The upgrade workflow at high level is the following:
2929

3030
## {{% heading "prerequisites" %}}
3131

32-
- Make sure you read the [release notes]({{< latest-release-notes >}}) carefully.
32+
- Make sure you read the [release notes](https://git.k8s.io/kubernetes/CHANGELOG) carefully.
3333
- The cluster should use a static control plane and etcd pods or external etcd.
3434
- Make sure to back up any important components, such as app-level state stored in a database.
3535
`kubeadm upgrade` does not touch your workloads, only components internal to Kubernetes, but backups are always a best practice.

content/zh/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The upgrade workflow at high level is the following:
5858
## {{% heading "prerequisites" %}}
5959

6060
<!--
61-
- Make sure you read the [release notes]({{< latest-release-notes >}}) carefully.
61+
- Make sure you read the [release notes](https://git.k8s.io/kubernetes/CHANGELOG) carefully.
6262
- The cluster should use a static control plane and etcd pods or external etcd.
6363
- Make sure to back up any important components, such as app-level state stored in a database.
6464
`kubeadm upgrade` does not touch your workloads, only components internal to Kubernetes, but backups are always a best practice.

0 commit comments

Comments
 (0)