Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
2c99a6e2
Commit
2c99a6e2
authored
Mar 06, 2016
by
Lucas Käldström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some info about binary downloads
parent
ff758bec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
getting-builds.md
docs/devel/getting-builds.md
+10
-2
No files found.
docs/devel/getting-builds.md
View file @
2c99a6e2
...
@@ -38,10 +38,10 @@ You can use [hack/get-build.sh](http://releases.k8s.io/HEAD/hack/get-build.sh) t
...
@@ -38,10 +38,10 @@ You can use [hack/get-build.sh](http://releases.k8s.io/HEAD/hack/get-build.sh) t
Run
`./hack/get-build.sh -h`
for its usage.
Run
`./hack/get-build.sh -h`
for its usage.
For example, to get a build at a specific version (v1.
0.2
):
For example, to get a build at a specific version (v1.
1.1
):
```
console
```
console
./hack/get-build.sh v1.
0.2
./hack/get-build.sh v1.
1.1
```
```
Alternatively, to get the latest stable release:
Alternatively, to get the latest stable release:
...
@@ -65,6 +65,14 @@ gsutil ls gs://kubernetes-release/ci/v0.20.0-29-g29a55cc/ # list the contents of
...
@@ -65,6 +65,14 @@ gsutil ls gs://kubernetes-release/ci/v0.20.0-29-g29a55cc/ # list the contents of
gsutil
ls
gs://kubernetes-release/release
# list all official releases and rcs
gsutil
ls
gs://kubernetes-release/release
# list all official releases and rcs
```
```
## Install `gsutil`
Example installation:
```
console
$
curl
-sSL
https://storage.googleapis.com/pub/gsutil.tar.gz |
sudo tar
-xz
-C
/usr/local/src
$
sudo ln
-s
/usr/local/src/gsutil/gsutil /usr/bin/gsutil
```
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[

]()
[

]()
...
...
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