Drop kube-proxy/kubelet skew requirement
KEP-3178 has removed the interdependence between kubelet and kube-proxy as of 1.25 so there should be no skew problems in the future.pull/40672/head
parent
6cf29427f2
commit
5f71626646
|
@ -170,7 +170,6 @@ Running a cluster with `kubelet` instances that are persistently two minor versi
|
|||
|
||||
### kube-proxy
|
||||
|
||||
* `kube-proxy` must be the same minor version as `kubelet` on the node.
|
||||
* `kube-proxy` must not be newer than `kube-apiserver`.
|
||||
* `kube-proxy` must be at most two minor versions older than `kube-apiserver.`
|
||||
|
||||
|
|
Loading…
Reference in New Issue