You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/setup/release/version-skew-policy.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,16 +28,16 @@ The Kubernetes project maintains release branches for the most recent three mino
28
28
29
29
Applicable fixes, including security fixes, may be backported to those three release branches, depending on severity and feasibility.
30
30
Patch releases are cut from those branches at a regular cadence, or as needed.
31
-
This decision is owned by the [patch release manager](https://github.com/kubernetes/sig-release/blob/master/release-team/role-handbooks/patch-release-manager/README.md#release-timing).
32
-
The patch release manager is a member of the [release team for each release](https://github.com/kubernetes/sig-release/tree/master/releases/).
31
+
This decision is owned by the [patch release manager](https://github.com/kubernetes/sig-release/blob/master/release-engineering/role-handbooks/patch-release-manager.md#release-timing).
32
+
The patch release manager is a member of the [release team for each release](https://github.com/kubernetes/sig-release/tree/master/release-team).
33
33
34
34
Minor releases occur approximately every 3 months, so each minor release branch is maintained for approximately 9 months.
35
35
36
36
## Supported version skew
37
37
38
38
### kube-apiserver
39
39
40
-
In [highly-available (HA) clusters](/docs/setup/production-environment/tools/independent/high-availability/), the newest and oldest `kube-apiserver` instances must be within one minor version.
40
+
In [highly-available (HA) clusters](/docs/setup/production-environment/tools/kubeadm/high-availability/), the newest and oldest `kube-apiserver` instances must be within one minor version.
41
41
42
42
Example:
43
43
@@ -120,7 +120,7 @@ Upgrade `kube-apiserver` to **1.(n+1)**
120
120
121
121
{{< note >}}
122
122
Project policies for [API deprecation](/docs/reference/using-api/deprecation-policy/) and
0 commit comments