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
931cd3a2
Commit
931cd3a2
authored
Nov 16, 2014
by
Joe Beda
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2403 from shaicoleman/kubernetes-local-doc-fix
Added KUBERNETES_PROVIDER instructions Getting started locally
parents
894cfac7
ef72c4ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
locally.md
docs/getting-started-guides/locally.md
+2
-1
No files found.
docs/getting-started-guides/locally.md
View file @
931cd3a2
...
...
@@ -27,10 +27,11 @@ This will build and start a lightweight local cluster, consisting of a master
and a single minion. Type Control-C to shut it down.
You can use the cluster/kubecfg.sh script to interact with the local cluster.
You must set the KUBERNETES_
MASTER environment variable
to let other programs
You must set the KUBERNETES_
PROVIDER and KUBERNETES_MASTER environment variables
to let other programs
know how to reach your master.
```
export KUBERNETES_PROVIDER=local
export KUBERNETES_MASTER=http://localhost:8080
```
...
...
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