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
27599b91
Commit
27599b91
authored
Aug 14, 2015
by
Jerzy Szczepkowski
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12727 from fgrzadkowski/fix_docker_multinode_doc
Fix wrong paths in docker multinode cluster 'getting started' guide
parents
045cd857
15d39857
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker-multinode.md
docs/getting-started-guides/docker-multinode.md
+2
-2
No files found.
docs/getting-started-guides/docker-multinode.md
View file @
27599b91
...
@@ -81,7 +81,7 @@ Clone the Kubernetes repo, and run [master.sh](docker-multinode/master.sh) on th
...
@@ -81,7 +81,7 @@ Clone the Kubernetes repo, and run [master.sh](docker-multinode/master.sh) on th
```
sh
```
sh
export
K8S_VERSION
=
<your_k8s_version
(
e.g. 1.0.1
)>
export
K8S_VERSION
=
<your_k8s_version
(
e.g. 1.0.1
)>
cd
kubernetes/
cluster/docker-multinode
cd
kubernetes/
docs/getting-started-guides/docker-multinode/
./master.sh
./master.sh
```
```
...
@@ -98,7 +98,7 @@ Clone the Kubernetes repo, and run [worker.sh](docker-multinode/worker.sh) on th
...
@@ -98,7 +98,7 @@ Clone the Kubernetes repo, and run [worker.sh](docker-multinode/worker.sh) on th
```
sh
```
sh
export
K8S_VERSION
=
<your_k8s_version
(
e.g. 1.0.1
)>
export
K8S_VERSION
=
<your_k8s_version
(
e.g. 1.0.1
)>
export
MASTER_IP
=
<your_master_ip
(
e.g. 1.2.3.4
)>
export
MASTER_IP
=
<your_master_ip
(
e.g. 1.2.3.4
)>
cd
kubernetes/
cluster/docker-multinode
cd
kubernetes/
docs/getting-started-guides/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