Merge pull request #3281 from gmiretti/patch-2

docs: Fix broken bullets by Note in docs.helm.sh
pull/3291/head
Matthew Fisher 7 years ago committed by GitHub
commit bae4f4bb24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -379,10 +379,9 @@ is not a full list of cli flags. To see a description of all flags, just run
Services have an IP address (and Ingress if a `LoadBalancer`) before Services have an IP address (and Ingress if a `LoadBalancer`) before
marking the release as successful. It will wait for as long as the 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 `--timeout` value. If timeout is reached, the release will be marked as
`FAILED`. `FAILED`. Note: In scenario where Deployment has `replicas` set to 1 and
`maxUnavailable` is not set to 0 as part of rolling update strategy,
Note: In scenario where Deployment has `replicas` set to 1 and `maxUnavailable` is not set to 0 as part of rolling `--wait` will return as ready as it has satisfied the minimum Pod in ready condition.
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 - `--no-hooks`: This skips running hooks for the command
- `--recreate-pods` (only available for `upgrade` and `rollback`): This flag - `--recreate-pods` (only available for `upgrade` and `rollback`): This flag
will cause all pods to be recreated (with the exception of pods belonging to will cause all pods to be recreated (with the exception of pods belonging to

Loading…
Cancel
Save