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
af680d6a
Commit
af680d6a
authored
Jun 23, 2016
by
k8s-merge-robot
Committed by
GitHub
Jun 23, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #27932 from mkumatag/update_doc
Automatic merge from submit-queue Need doc updated with export KUBERNETES_PROVIDER=local in local-up-cl…
parents
3e96f02d
ba1d201a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
local-up-cluster.sh
hack/local-up-cluster.sh
+2
-0
No files found.
hack/local-up-cluster.sh
View file @
af680d6a
...
@@ -442,6 +442,8 @@ Logs:
...
@@ -442,6 +442,8 @@ Logs:
To start using your cluster, open up another terminal/tab and run:
To start using your cluster, open up another terminal/tab and run:
export KUBERNETES_PROVIDER=local
cluster/kubectl.sh config set-cluster local --server=http://
${
API_HOST
}
:
${
API_PORT
}
--insecure-skip-tls-verify=true
cluster/kubectl.sh config set-cluster local --server=http://
${
API_HOST
}
:
${
API_PORT
}
--insecure-skip-tls-verify=true
cluster/kubectl.sh config set-context local --cluster=local
cluster/kubectl.sh config set-context local --cluster=local
cluster/kubectl.sh config use-context local
cluster/kubectl.sh config use-context local
...
...
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