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
829fe51f
Unverified
Commit
829fe51f
authored
Feb 28, 2018
by
James Munnelly
Committed by
GitHub
Feb 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add link to securing helm docs in 'helm init' text
parent
293a0b7a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
init.go
cmd/helm/init.go
+3
-1
No files found.
cmd/helm/init.go
View file @
829fe51f
...
@@ -310,7 +310,9 @@ func (i *initCmd) run() error {
...
@@ -310,7 +310,9 @@ func (i *initCmd) run() error {
if
err
:=
i
.
ping
();
err
!=
nil
{
if
err
:=
i
.
ping
();
err
!=
nil
{
return
err
return
err
}
}
fmt
.
Fprintln
(
i
.
out
,
"
\n
Tiller (the Helm server-side component) has been installed into your Kubernetes Cluster."
)
fmt
.
Fprintln
(
i
.
out
,
"
\n
Tiller (the Helm server-side component) has been installed into your Kubernetes Cluster.
\n\n
"
+
"Please note: by default, Tiller is deployed with an insecure 'allow unauthenticated users' policy.
\n
"
+
"For more information on securing your installation see: https://docs.helm.sh/using_helm/#securing-your-helm-installation"
)
}
}
}
else
{
}
else
{
fmt
.
Fprintln
(
i
.
out
,
"Not installing Tiller due to 'client-only' flag having been set"
)
fmt
.
Fprintln
(
i
.
out
,
"Not installing Tiller due to 'client-only' flag having been set"
)
...
...
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