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
d41d3b56
Unverified
Commit
d41d3b56
authored
Dec 21, 2016
by
Christoph Blecker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update OS X references to macOS
parent
11dc26a7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+1
-1
developers.md
docs/developers.md
+1
-1
install.md
docs/install.md
+2
-2
No files found.
README.md
View file @
d41d3b56
...
...
@@ -33,7 +33,7 @@ Think of it like apt/yum/homebrew for Kubernetes.
Binary downloads of the Helm client can be found at the following links:
-
[
OSX
](
https://kubernetes-helm.storage.googleapis.com/helm-v2.1.2-darwin-amd64.tar.gz
)
-
[
macOS
](
https://kubernetes-helm.storage.googleapis.com/helm-v2.1.2-darwin-amd64.tar.gz
)
-
[
Linux
](
https://kubernetes-helm.storage.googleapis.com/helm-v2.1.2-linux-amd64.tar.gz
)
-
[
Linux 32-bit
](
https://kubernetes-helm.storage.googleapis.com/helm-v2.1.2-linux-386.tar.gz
)
...
...
docs/developers.md
View file @
d41d3b56
...
...
@@ -27,7 +27,7 @@ To run all of the tests (without running the tests for `vendor/`), run
To run Helm and Tiller locally, you can run
`bin/helm`
or
`bin/tiller`
.
-
Helm and Tiller are known to run on
Mac OSX
and most Linuxes, including
-
Helm and Tiller are known to run on
macOS
and most Linuxes, including
Alpine.
-
Tiller must have access to a Kubernetes cluster. It learns about the
cluster by examining the Kube config files that
`kubectl`
uses.
...
...
docs/install.md
View file @
d41d3b56
...
...
@@ -61,10 +61,10 @@ Canary Helm binaries are stored in the [Kubernetes Helm GCS bucket](https://kube
Here are links to the common builds:
-
[
Linux AMD64
](
https://kubernetes-helm.storage.googleapis.com/helm-canary-linux-amd64.tar.gz
)
-
[
OSX
AMD64
](
https://kubernetes-helm.storage.googleapis.com/helm-canary-darwin-amd64.tar.gz
)
-
[
macOS
AMD64
](
https://kubernetes-helm.storage.googleapis.com/helm-canary-darwin-amd64.tar.gz
)
-
[
Experimental Windows AMD64
](
https://kubernetes-helm.storage.googleapis.com/helm-canary-windows-amd64.zip
)
### From Source (Linux,
Mac OSX
)
### From Source (Linux,
macOS
)
Building Helm from source is slightly more work, but is the best way to
go if you want to test the latest (pre-release) Helm version.
...
...
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