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/zh/docs/setup/release/version-skew-policy.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,10 @@ Specific cluster deployment tools may place additional restrictions on version s
22
22
23
23
<!-- body -->
24
24
25
+
<!--
25
26
## Supported versions
27
+
-->
28
+
## 版本支持策略
26
29
27
30
<!--
28
31
Kubernetes versions are expressed as **x.y.z**,
@@ -54,11 +57,16 @@ Minor releases occur approximately every 3 months, so each minor release branch
54
57
-->
55
58
小版本大约每3个月发布一个,所以每个小版本分支会维护9个月。
56
59
60
+
<!--
57
61
## Supported version skew
62
+
-->
63
+
## 版本倾斜策略
58
64
59
65
### kube-apiserver
60
66
67
+
<!--
61
68
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.
`kube-controller-manager`, `kube-scheduler`, and `cloud-controller-manager` must not be newer than the `kube-apiserver` instances they communicate with. They are expected to match the `kube-apiserver` minor version, but may be up to one minor version older (to allow live upgrades).
@@ -232,7 +243,10 @@ require `kube-apiserver` to not skip minor versions when upgrading, even in sing
232
243
233
244
{{< /note >}}
234
245
246
+
<!--
235
247
### kube-controller-manager, kube-scheduler, and cloud-controller-manager
0 commit comments