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
82a72c80
Commit
82a72c80
authored
Dec 31, 2014
by
Chia-liang Kao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KUBERNETES_MASTER needs to include scheme for cluster/* scripts to work
parent
08ee6e91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
local_docker.md
docs/getting-started-guides/local_docker.md
+2
-2
No files found.
docs/getting-started-guides/local_docker.md
View file @
82a72c80
...
@@ -13,13 +13,13 @@ rest of a local-only kubernetes cluster.
...
@@ -13,13 +13,13 @@ rest of a local-only kubernetes cluster.
boot2docker up
boot2docker up
$(boot2docker shellinit)
$(boot2docker shellinit)
export DOCKER_HOST_IP=$(boot2docker ip 2>/dev/null)
export DOCKER_HOST_IP=$(boot2docker ip 2>/dev/null)
export KUBERNETES_MASTER=$DOCKER_HOST_IP:8080
export KUBERNETES_MASTER=
http://
$DOCKER_HOST_IP:8080
```
```
#### With local docker daemon
#### With local docker daemon
```
```
export DOCKER_HOST_IP=127.0.0.1
export DOCKER_HOST_IP=127.0.0.1
export KUBERNETES_MASTER=$DOCKER_HOST_IP:8080
export KUBERNETES_MASTER=
http://
$DOCKER_HOST_IP:8080
```
```
### Build the kubernetes docker images
### Build the kubernetes docker images
...
...
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