Skip to content

Commit

Permalink
kubeadm: Make kube-proxy RollingUpgradeable
Browse files Browse the repository at this point in the history
  • Loading branch information
luxas committed Jun 26, 2017
1 parent 637cc0a commit 49d7d5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/kubeadm/app/phases/addons/manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ spec:
selector:
matchLabels:
k8s-app: kube-proxy
updateStrategy:
type: RollingUpdate
template:
metadata:
labels:
Expand Down

0 comments on commit 49d7d5d

Please sign in to comment.