Skip to content

Commit

Permalink
chnged max unavail to 1 according to #171
Browse files Browse the repository at this point in the history
  • Loading branch information
roffe committed Feb 6, 2018
1 parent deba3fa commit 38f45a4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 2
maxUnavailable: 1
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion daemonset/generic-kuberouter-all-features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 2
maxUnavailable: 1
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion daemonset/generic-kuberouter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 2
maxUnavailable: 1
template:
metadata:
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 2
maxUnavailable: 1
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion daemonset/kube-router-all-service-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 2
maxUnavailable: 1
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion daemonset/kube-router-firewall-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 2
maxUnavailable: 1
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion daemonset/kube-router-proxy-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 2
maxUnavailable: 1
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion daemonset/kubeadm-kuberouter-all-features-dsr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 2
maxUnavailable: 1
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion daemonset/kubeadm-kuberouter-all-features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 2
maxUnavailable: 1
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion daemonset/kubeadm-kuberouter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 2
maxUnavailable: 1
template:
metadata:
labels:
Expand Down

0 comments on commit 38f45a4

Please sign in to comment.