Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
bae4f4bb
Unverified
Commit
bae4f4bb
authored
Dec 21, 2017
by
Matthew Fisher
Committed by
GitHub
Dec 21, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3281 from gmiretti/patch-2
docs: Fix broken bullets by Note in docs.helm.sh
parents
03b3edda
9735642f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
using_helm.md
docs/using_helm.md
+3
-4
No files found.
docs/using_helm.md
View file @
bae4f4bb
...
@@ -379,10 +379,9 @@ is not a full list of cli flags. To see a description of all flags, just run
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment