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
85b7890b
Commit
85b7890b
authored
Apr 18, 2017
by
Justin Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs for new init flag 'net-host'.
parent
48649fe0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
helm_init.md
docs/helm/helm_init.md
+2
-1
helm_init.1
docs/man/man1/helm_init.1
+5
-1
completions.bash
scripts/completions.bash
+2
-0
No files found.
docs/helm/helm_init.md
View file @
85b7890b
...
@@ -37,6 +37,7 @@ helm init
...
@@ -37,6 +37,7 @@ helm init
-c, --client-only if set does not install tiller
-c, --client-only if set does not install tiller
--dry-run do not install local or remote
--dry-run do not install local or remote
--local-repo-url string URL for local repository (default "http://127.0.0.1:8879/charts")
--local-repo-url string URL for local repository (default "http://127.0.0.1:8879/charts")
--net-host install tiller with net=host
--skip-refresh do not refresh (download) the local repository cache
--skip-refresh do not refresh (download) the local repository cache
--stable-repo-url string URL for stable repository (default "https://kubernetes-charts.storage.googleapis.com")
--stable-repo-url string URL for stable repository (default "https://kubernetes-charts.storage.googleapis.com")
-i, --tiller-image string override tiller image
-i, --tiller-image string override tiller image
...
@@ -61,4 +62,4 @@ helm init
...
@@ -61,4 +62,4 @@ helm init
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1
6
-Apr-2017
###### Auto generated by spf13/cobra on 1
8
-Apr-2017
docs/man/man1/helm_init.1
View file @
85b7890b
...
@@ -57,6 +57,10 @@ To dump a manifest containing the Tiller deployment YAML, combine the
...
@@ -57,6 +57,10 @@ To dump a manifest containing the Tiller deployment YAML, combine the
\[la]http://127.0.0.1:8879/charts"\[ra]
\[la]http://127.0.0.1:8879/charts"\[ra]
URL for local repository
URL for local repository
.PP
\fB\-\-net\-host\fP[=false]
install tiller with net=host
.PP
.PP
\fB\-\-skip\-refresh\fP[=false]
\fB\-\-skip\-refresh\fP[=false]
do not refresh (download) the local repository cache
do not refresh (download) the local repository cache
...
@@ -124,4 +128,4 @@ To dump a manifest containing the Tiller deployment YAML, combine the
...
@@ -124,4 +128,4 @@ To dump a manifest containing the Tiller deployment YAML, combine the
.SH HISTORY
.SH HISTORY
.PP
.PP
1
6
\-Apr\-2017 Auto generated by spf13/cobra
1
8
\-Apr\-2017 Auto generated by spf13/cobra
scripts/completions.bash
View file @
85b7890b
...
@@ -636,6 +636,8 @@ _helm_init()
...
@@ -636,6 +636,8 @@ _helm_init()
local_nonpersistent_flags+
=(
"--dry-run"
)
local_nonpersistent_flags+
=(
"--dry-run"
)
flags+
=(
"--local-repo-url="
)
flags+
=(
"--local-repo-url="
)
local_nonpersistent_flags+
=(
"--local-repo-url="
)
local_nonpersistent_flags+
=(
"--local-repo-url="
)
flags+
=(
"--net-host"
)
local_nonpersistent_flags+
=(
"--net-host"
)
flags+
=(
"--skip-refresh"
)
flags+
=(
"--skip-refresh"
)
local_nonpersistent_flags+
=(
"--skip-refresh"
)
local_nonpersistent_flags+
=(
"--skip-refresh"
)
flags+
=(
"--stable-repo-url="
)
flags+
=(
"--stable-repo-url="
)
...
...
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