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
48e80e7b
Commit
48e80e7b
authored
May 02, 2016
by
Matt Butcher
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #622 from kubernetes/fix/readme-features
fix(README): add features list
parents
ef4da356
bdcff8ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
README.md
README.md
+23
-0
No files found.
README.md
View file @
48e80e7b
...
...
@@ -3,6 +3,29 @@
Helm is a tool for managing Kubernetes charts. Charts are packages of
pre-configured Kubernetes resources.
Features:
-
Helm now has both a client (
`helm`
) and a server (
`tiller`
). The
server runs inside of Kubernetes, and manages your resources.
-
Helm's chart format has changed for the better:
-
Dependencies are immutable and stored inside of a chart's
`charts/`
directory.
-
Charts are strongly versioned using SemVer 2
-
Charts can be loaded from directories or from chart archive files
-
Helm supports Go templates without requiring you to run
`generate`
or
`template`
commands.
-
Helm makes it easy to configure your releases -- and share the
configuration with the rest of your team.
-
Helm chart repositories now use plain HTTP instead of Git/GitHub.
There is no longer any GitHub dependency.
-
A chart server is a simple HTTP server
-
Charts are referenced by version
-
The
`helm serve`
command will run a local chart server, though you
can easily use object storage (S3, GCS) or a regular web server.
-
And you can still load charts from a local directory.
-
The Helm workspace is gone. You can now work anywhere on your
filesystem that you want to work.
## Install
Helm is in its early stages of development. At this time there are no
...
...
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