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
b75a56d6
Commit
b75a56d6
authored
Nov 17, 2014
by
Brendan Burns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update AWS for the 0.5 release.
parent
82ed8f01
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
aws.md
docs/getting-started-guides/aws.md
+13
-1
No files found.
docs/getting-started-guides/aws.md
View file @
b75a56d6
...
...
@@ -7,7 +7,12 @@
### Cluster turnup
#### Install from source
#### Preferred Option: Install from [0.5 release](https://github.com/GoogleCloudPlatform/kubernetes/releases/tag/v0.5)
1.
```wget https://github.com/GoogleCloudPlatform/kubernetes/releases/download/v0.5/kubernetes.tar.gz```
2.
```tar -xzf kubernetes.tar.gz```
3.
```cd kubernetes```
#### Alternate Option: Install from source at head
1.
```git clone https://github.com/GoogleCloudPlatform/kubernetes.git```
2.
```cd kubernetes; make release```
...
...
@@ -19,6 +24,13 @@ cluster/kube-up.sh
The script above relies on AWS S3 to deploy the software to instances running in EC2.
Once the cluster is up, it will print the ip address of your cluster.
```
export PATH=$PATH:$PWD/platforms/<os>/<platform>
export KUBERNETES_MASTER=https://<ip-address>
```
### Running examples
Take a look at
[
next steps
](
https://github.com/GoogleCloudPlatform/kubernetes#where-to-go-next
)
...
...
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