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
4a2cd620
Commit
4a2cd620
authored
Apr 05, 2017
by
Adrian Macneil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kubeadm: improve quickstart instructions
parent
cc568f64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
init.go
cmd/kubeadm/app/cmd/init.go
+3
-3
No files found.
cmd/kubeadm/app/cmd/init.go
View file @
4a2cd620
...
@@ -49,9 +49,9 @@ var (
...
@@ -49,9 +49,9 @@ var (
To start using your cluster, you need to run (as a regular user):
To start using your cluster, you need to run (as a regular user):
sudo cp {{.KubeConfigPath}} $HOME/
mkdir -p $HOME/.kube
sudo c
hown $(id -u):$(id -g) $HOME/{{.KubeConfigName}}
sudo c
p -i {{.KubeConfigPath}} $HOME/.kube/config
export KUBECONFIG=$HOME/{{.KubeConfigName}}
sudo chown $(id -u):$(id -g) $HOME/.kube/config
You should now deploy a pod network to the cluster.
You should now deploy a pod network to the cluster.
Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
...
...
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