Skip to content

Commit

Permalink
Mentioning of the maxUnavailable gotcha
Browse files Browse the repository at this point in the history
  • Loading branch information
kiich committed Apr 3, 2017
1 parent 198e159 commit 427d018
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/using_helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,9 @@ is not a full list of cli flags. To see a description of all flags, just run
marking the release as successful. It will wait for as long as the
`--timeout` value. If timeout is reached, the release will be marked as
`FAILED`.

Note: In scenario where Deployment has `replicas` set to 1 and `maxUnavailable` is not set to 0 as part of rolling
update strategy, `--wait` will return as ready as it has satisfied the minimum Pod in ready condition.
- `--no-hooks`: This skips running hooks for the command
- `--recreate-pods` (only available for `upgrade` and `rollback`): This flag
will cause all pods to be recreated (with the exception of pods belonging to
Expand Down

0 comments on commit 427d018

Please sign in to comment.