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
3f5b30ab
Commit
3f5b30ab
authored
Jan 13, 2015
by
Paulo Pires
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to latest CoreOS alpha version available on AWS and GCE.
parent
3b339653
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
coreos_multinode_cluster.md
...getting-started-guides/coreos/coreos_multinode_cluster.md
+4
-4
coreos_single_node_cluster.md
...tting-started-guides/coreos/coreos_single_node_cluster.md
+2
-2
No files found.
docs/getting-started-guides/coreos/coreos_multinode_cluster.md
View file @
3f5b30ab
...
...
@@ -22,7 +22,7 @@ aws ec2 authorize-security-group-ingress --group-name kubernetes --source-securi
```
aws ec2 run-instances \
--image-id ami-
d92377e9
\
--image-id ami-
c484f5ac
\
--key-name <keypair> \
--region us-west-2 \
--security-groups kubernetes \
...
...
@@ -45,7 +45,7 @@ Edit `node.yaml` and replace all instances of `<master-private-ip>` with the pri
```
aws ec2 run-instances \
--count 1 \
--image-id ami-
d92377e9
\
--image-id ami-
c484f5ac
\
--key-name <keypair> \
--region us-west-2 \
--security-groups kubernetes \
...
...
@@ -60,7 +60,7 @@ aws ec2 run-instances \
```
gcloud compute instances create master \
--image-project coreos-cloud \
--image coreos-alpha-5
09-1-0-v20141124
\
--image coreos-alpha-5
57-0-0-v20150109
\
--boot-disk-size 200GB \
--machine-type n1-standard-1 \
--zone us-central1-a \
...
...
@@ -82,7 +82,7 @@ Edit `node.yaml` and replace all instances of `<master-private-ip>` with the pri
```
gcloud compute instances create node1 \
--image-project coreos-cloud \
--image coreos-alpha-5
09-1-0-v20141124
\
--image coreos-alpha-5
57-0-0-v20150109
\
--boot-disk-size 200GB \
--machine-type n1-standard-1 \
--zone us-central1-a \
...
...
docs/getting-started-guides/coreos/coreos_single_node_cluster.md
View file @
3f5b30ab
...
...
@@ -12,7 +12,7 @@ aws ec2 authorize-security-group-ingress --group-name kubernetes --source-securi
```
aws ec2 run-instances \
--image-id ami-
d92377e9
\
--image-id ami-
c484f5ac
\
--key-name <keypair> \
--region us-west-2 \
--security-groups kubernetes \
...
...
@@ -25,7 +25,7 @@ aws ec2 run-instances \
```
gcloud compute instances create standalone \
--image-project coreos-cloud \
--image coreos-alpha-5
09-1-0-v20141124
\
--image coreos-alpha-5
57-0-0-v20150109
\
--boot-disk-size 200GB \
--machine-type n1-standard-1 \
--zone us-central1-a \
...
...
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