Skip to content

Commit

Permalink
Set upgrade strategy on kube-proxy
Browse files Browse the repository at this point in the history
All daemonsets in OCP must have a max unavailable value set to 10% or
33%. Fixed kube-proxy daemonset to be in accordance with this rule

Signed-off-by: Ben Pickard <bpickard@redhat.com>
  • Loading branch information
bpickard22 authored and openshift-cherrypick-robot committed Dec 1, 2021
1 parent 2d3e8d6 commit 2f7c9be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindata/kube-proxy/kube-proxy.yaml
Expand Up @@ -23,6 +23,8 @@ spec:
app: kube-proxy
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 33%
template:
metadata:
annotations:
Expand Down

0 comments on commit 2f7c9be

Please sign in to comment.