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
Dan Winship 2023-04-13 12:45:10 -04:00
parent 6cf29427f2
commit 5f71626646
1 changed files with 0 additions and 1 deletions

View File

@ -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.`