Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
1e213634
Unverified
Commit
1e213634
authored
8 years ago
by
Matt Butcher
Browse files
Options
Download
Patches
Plain Diff
docs(install): document installer script
This adds documentation for 'scripts/get'.
parent
f175a14c
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/install.md
+16
-0
docs/install.md
with
16 additions
and
0 deletions
+16
-0
docs/install.md
+
16
−
0
View file @
1e213634
...
@@ -34,6 +34,22 @@ brew cask install helm
...
@@ -34,6 +34,22 @@ brew cask install helm
(Note: There is also a formula for emacs-helm, which is a different
(Note: There is also a formula for emacs-helm, which is a different
project.)
project.)
## From Script
Helm now has an installer script that will automatically grab the latest version
of the Helm client and
[
install it locally
](
https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get
)
.
You can fetch that script, and then execute it locally. It's well documented so
that you can read through it and understand what it is doing before you run it.
```
$ curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > get_helm.sh
$ chmod 700 get_helm.sh
$ ./get_helm.sh
```
Yes, you can
`curl ...| bash`
that if you want to live on the edge.
### From Canary Builds
### From Canary Builds
"Canary" builds are versions of the Helm software that are built from
"Canary" builds are versions of the Helm software that are built from
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets