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
57d488f7
Commit
57d488f7
authored
Jul 06, 2015
by
Dr. Stefan Schimanski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix invocation of quay.io etcd in mesos getting started guide
parent
e3521a8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
mesos.md
docs/getting-started-guides/mesos.md
+4
-1
No files found.
docs/getting-started-guides/mesos.md
View file @
57d488f7
...
...
@@ -102,7 +102,10 @@ export KUBERNETES_MASTER=http://${KUBERNETES_MASTER_IP}:8888
Start etcd and verify that it is running:
```
bash
sudo
docker run
-d
--hostname
$(
uname
-n
)
--name
etcd
-p
4001:4001
-p
7001:7001 quay.io/coreos/etcd:v2.0.12
sudo
docker run
-d
--hostname
$(
uname
-n
)
--name
etcd
\
-p
4001:4001
-p
7001:7001 quay.io/coreos/etcd:v2.0.12
\
--listen-client-urls
http://0.0.0.0:4001
\
--advertise-client-urls
http://
${
KUBERNETES_MASTER_IP
}
:4001
```
```
console
...
...
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