Skip to content

Commit

Permalink
Update RollingUpdate strategy to allow 10% unavailable (aws#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbunney authored Jan 29, 2020
1 parent b2f424f commit 8a59da0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/v1.0/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ metadata:
spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: "10%"
selector:
matchLabels:
k8s-app: aws-node
Expand Down
2 changes: 2 additions & 0 deletions config/v1.1/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ metadata:
spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: "10%"
selector:
matchLabels:
k8s-app: aws-node
Expand Down
2 changes: 2 additions & 0 deletions config/v1.2/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ metadata:
spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: "10%"
selector:
matchLabels:
k8s-app: aws-node
Expand Down
2 changes: 2 additions & 0 deletions config/v1.3/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ metadata:
spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: "10%"
selector:
matchLabels:
k8s-app: aws-node
Expand Down
2 changes: 2 additions & 0 deletions config/v1.4/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ metadata:
spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: "10%"
selector:
matchLabels:
k8s-app: aws-node
Expand Down
2 changes: 2 additions & 0 deletions config/v1.5/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ metadata:
spec:
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: "10%"
selector:
matchLabels:
k8s-app: aws-node
Expand Down

0 comments on commit 8a59da0

Please sign in to comment.