mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Merge pull request #48049 from luxas/kubeadm_rolling_proxy
Automatic merge from submit-queue kubeadm: Make kube-proxy RollingUpgradeable **What this PR does / why we need it**: Sets the right updateStrategy for kube-proxy. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # Fixes: https://github.com/kubernetes/kubeadm/issues/319 **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` @pipejakob @timothysc @kubernetes/sig-cluster-lifecycle-pr-reviews
This commit is contained in:
commit
49c151e433
@ -59,6 +59,8 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
k8s-app: kube-proxy
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
Loading…
Reference in New Issue
Block a user