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
8cddfa8d
Commit
8cddfa8d
authored
Dec 19, 2014
by
Daniel Smith
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3071 from rlarocque2/vagrant_doc_fixes
Update the Vagrant getting started guide
parents
55ad41b4
56922a7d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
vagrant.md
docs/getting-started-guides/vagrant.md
+13
-8
No files found.
docs/getting-started-guides/vagrant.md
View file @
8cddfa8d
...
@@ -74,17 +74,18 @@ To destroy the cluster:
...
@@ -74,17 +74,18 @@ To destroy the cluster:
vagrant destroy
vagrant destroy
```
```
Once your Vagrant machines are up and provisioned, the first thing to do is to check that you can use the
`kubec
fg
.sh`
script.
Once your Vagrant machines are up and provisioned, the first thing to do is to check that you can use the
`kubec
tl
.sh`
script.
You may need to build the binaries first, you can do this with
```make```
You may need to build the binaries first, you can do this with
```make```
```
```
./cluster/kubecfg.sh list /minions
$ ./cluster/kubectl.sh get minions
Minion identifier Labels
---------- ----------
NAME LABELS
10.245.2.4 <none>
10.245.1.4 <none>
10.245.2.3 <none>
10.245.1.5 <none>
10.245.2.2 <none>
10.245.1.3 <none>
```
```
### Interacting with your Kubernetes cluster with the `kube-*` scripts.
### Interacting with your Kubernetes cluster with the `kube-*` scripts.
...
@@ -128,7 +129,11 @@ When using the vagrant provider in Kubernetes, the `cluster/kubectl.sh` script w
...
@@ -128,7 +129,11 @@ When using the vagrant provider in Kubernetes, the `cluster/kubectl.sh` script w
```
```
cat ~/.kubernetes_vagrant_auth
cat ~/.kubernetes_vagrant_auth
{ "User": "vagrant",
{ "User": "vagrant",
"Password": "vagrant"}
"Password": "vagrant"
"CAFile": "/home/k8s_user/.kubernetes.vagrant.ca.crt",
"CertFile": "/home/k8s_user/.kubecfg.vagrant.crt",
"KeyFile": "/home/k8s_user/.kubecfg.vagrant.key"
}
```
```
You should now be set to use the
`cluster/kubectl.sh`
script. For example try to list the minions that you have started with:
You should now be set to use the
`cluster/kubectl.sh`
script. For example try to list the minions that you have started with:
...
...
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