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
62fa34a5
Commit
62fa34a5
authored
Apr 13, 2017
by
Matt Butcher
Committed by
GitHub
Apr 13, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2267 from bacongobbler/helm-serve-docs
clarify helm serve's intent
parents
436aa488
43b393f6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
3 deletions
+27
-3
serve.go
cmd/helm/serve.go
+7
-0
helm_serve.md
docs/helm/helm_serve.md
+8
-1
helm_serve.1
docs/man/man1/helm_serve.1
+12
-2
No files found.
cmd/helm/serve.go
View file @
62fa34a5
...
...
@@ -34,6 +34,13 @@ This command starts a local chart repository server that serves charts from a lo
The new server will provide HTTP access to a repository. By default, it will
scan all of the charts in '$HELM_HOME/repository/local' and serve those over
the local IPv4 TCP port (default '127.0.0.1:8879').
This command is intended to be used for educational and testing purposes only.
It is best to rely on a dedicated web server or a cloud-hosted solution like
Google Cloud Storage for production use.
See https://github.com/kubernetes/helm/blob/master/docs/chart_repository.md#hosting-chart-repositories
for more information on hosting chart repositories in a production setting.
`
type
serveCmd
struct
{
...
...
docs/helm/helm_serve.md
View file @
62fa34a5
...
...
@@ -12,6 +12,13 @@ The new server will provide HTTP access to a repository. By default, it will
scan all of the charts in '$HELM_HOME/repository/local' and serve those over
the local IPv4 TCP port (default '127.0.0.1:8879').
This command is intended to be used for educational and testing purposes only.
It is best to rely on a dedicated web server or a cloud-hosted solution like
Google Cloud Storage for production use.
See https://github.com/kubernetes/helm/blob/master/docs/chart_repository.md#hosting-chart-repositories
for more information on hosting chart repositories in a production setting.
```
helm serve
...
...
@@ -38,4 +45,4 @@ helm serve
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1
1-Ma
r-2017
###### Auto generated by spf13/cobra on 1
2-Ap
r-2017
docs/man/man1/helm_serve.1
View file @
62fa34a5
.TH "HELM" "1" "
Ma
r 2017" "Auto generated by spf13/cobra" ""
.TH "HELM" "1" "
Ap
r 2017" "Auto generated by spf13/cobra" ""
.nh
.ad l
...
...
@@ -22,6 +22,16 @@ The new server will provide HTTP access to a repository. By default, it will
scan all of the charts in '$HELM\_HOME/repository/local' and serve those over
the local IPv4 TCP port (default '127.0.0.1:8879').
.PP
This command is intended to be used for educational and testing purposes only.
It is best to rely on a dedicated web server or a cloud\-hosted solution like
Google Cloud Storage for production use.
.PP
See
\[la]https://github.com/kubernetes/helm/blob/master/docs/chart_repository.md#hosting-chart-repositories\[ra]
for more information on hosting chart repositories in a production setting.
.SH OPTIONS
.PP
...
...
@@ -66,4 +76,4 @@ the local IPv4 TCP port (default '127.0.0.1:8879').
.SH HISTORY
.PP
1
1\-Ma
r\-2017 Auto generated by spf13/cobra
1
2\-Ap
r\-2017 Auto generated by spf13/cobra
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