Skip to content

Commit

Permalink
Configure the NNF Node Manager DS to use a rolling update strategy of…
Browse files Browse the repository at this point in the history
… 25%

Signed-off-by: Blake Devcich <[email protected]>
  • Loading branch information
bdevcich committed Feb 13, 2024
1 parent b610046 commit af3a69d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ spec:
selector:
matchLabels:
cray.nnf.node: "true"
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: "25%"
template:
metadata:
labels:
Expand Down

0 comments on commit af3a69d

Please sign in to comment.