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
4d65ff11
Commit
4d65ff11
authored
Jul 29, 2015
by
Brendan Burns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update multinode instructions
parent
132575bc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
docker-multinode.md
docs/getting-started-guides/docker-multinode.md
+4
-3
No files found.
docs/getting-started-guides/docker-multinode.md
View file @
4d65ff11
...
@@ -39,7 +39,7 @@ interested in just starting to explore Kubernetes, we recommend that you start t
...
@@ -39,7 +39,7 @@ interested in just starting to explore Kubernetes, we recommend that you start t
_Note_
:
_Note_
:
There is a
[
bug
](
https://github.com/docker/docker/issues/14106
)
in Docker 1.7.0 that prevents this from working correctly.
There is a
[
bug
](
https://github.com/docker/docker/issues/14106
)
in Docker 1.7.0 that prevents this from working correctly.
Please install Docker 1.6.2 or
wait for
Docker 1.7.1.
Please install Docker 1.6.2 or Docker 1.7.1.
**Table of Contents**
**Table of Contents**
...
@@ -83,7 +83,7 @@ The first step in the process is to initialize the master node.
...
@@ -83,7 +83,7 @@ The first step in the process is to initialize the master node.
Clone the Kubernetes repo, and run
[
master.sh
](
docker-multinode/master.sh
)
on the master machine with root:
Clone the Kubernetes repo, and run
[
master.sh
](
docker-multinode/master.sh
)
on the master machine with root:
```
sh
```
sh
export
K8S_VERSION
=
<your_k8s_version>
export
K8S_VERSION
=
<your_k8s_version
(
e.g. 1.0.1
)
>
cd
kubernetes/cluster/docker-multinode
cd
kubernetes/cluster/docker-multinode
./master.sh
./master.sh
```
```
...
@@ -99,7 +99,8 @@ Once your master is up and running you can add one or more workers on different
...
@@ -99,7 +99,8 @@ Once your master is up and running you can add one or more workers on different
Clone the Kubernetes repo, and run
[
worker.sh
](
docker-multinode/worker.sh
)
on the worker machine with root:
Clone the Kubernetes repo, and run
[
worker.sh
](
docker-multinode/worker.sh
)
on the worker machine with root:
```
sh
```
sh
export
K8S_VERSION
=
<your_k8s_version>
MASTER_IP
=
<your_master_ip>
export
K8S_VERSION
=
<your_k8s_version
(
e.g. 1.0.1
)>
export
MASTER_IP
=
<your_master_ip
(
e.g. 1.2.3.4
)>
cd
kubernetes/cluster/docker-multinode
cd
kubernetes/cluster/docker-multinode
./worker.sh
./worker.sh
```
```
...
...
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