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
e0c5e563
Commit
e0c5e563
authored
Jul 20, 2015
by
krousey
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10746 from mesosphere/fix-quay-etcd-invocation-in-mesos.md
Fix invocation of quay.io etcd in mesos getting started guide
parents
5450afda
57d488f7
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 @
e0c5e563
...
...
@@ -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