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
1407aee8
Commit
1407aee8
authored
Aug 06, 2015
by
Brendan Burns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix invalid flag --insecure-bind-address to --address
parent
5b216d8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker.md
docs/getting-started-guides/docker.md
+1
-1
No files found.
docs/getting-started-guides/docker.md
View file @
1407aee8
...
@@ -92,7 +92,7 @@ docker run --net=host -d gcr.io/google_containers/etcd:2.0.12 /usr/local/bin/etc
...
@@ -92,7 +92,7 @@ docker run --net=host -d gcr.io/google_containers/etcd:2.0.12 /usr/local/bin/etc
### Step Two: Run the master
### Step Two: Run the master
```
sh
```
sh
docker run
--net
=
host
--privileged
-d
-v
/sys:/sys:ro
-v
/var/run/docker.sock:/var/run/docker.sock gcr.io/google_containers/hyperkube:v1.0.1 /hyperkube kubelet
--api-servers
=
http://localhost:8080
--v
=
2
--
insecure-bind-
address
=
0.0.0.0
--enable-server
--hostname-override
=
127.0.0.1
--config
=
/etc/kubernetes/manifests
docker run
--net
=
host
--privileged
-d
-v
/sys:/sys:ro
-v
/var/run/docker.sock:/var/run/docker.sock gcr.io/google_containers/hyperkube:v1.0.1 /hyperkube kubelet
--api-servers
=
http://localhost:8080
--v
=
2
--address
=
0.0.0.0
--enable-server
--hostname-override
=
127.0.0.1
--config
=
/etc/kubernetes/manifests
```
```
This actually runs the kubelet, which in turn runs a
[
pod
](
../user-guide/pods.md
)
that contains the other master components.
This actually runs the kubelet, which in turn runs a
[
pod
](
../user-guide/pods.md
)
that contains the other master components.
...
...
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