Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
e7acc2fd
Commit
e7acc2fd
authored
7 years ago
by
Kevin Jing Qiu
Browse files
Options
Downloads
Patches
Plain Diff
Update doc for Vagrant install
parent
6fb17a81
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Vagrantfile
+1
-1
1 addition, 1 deletion
Vagrantfile
docs/vagrant.md
+8
-0
8 additions, 0 deletions
docs/vagrant.md
with
9 additions
and
1 deletion
Vagrantfile
+
1
−
1
View file @
e7acc2fd
...
...
@@ -23,7 +23,7 @@ $vm_cpus = 1
$shared_folders
=
{}
$forwarded_ports
=
{}
$subnet
=
"172.17.8"
$os
=
"
coreos-stable
"
$os
=
"
ubuntu
"
$box
=
SUPPORTED_OS
[
$os
][
:box
]
# The first three nodes are etcd servers
$etcd_instances
=
$num_instances
...
...
This diff is collapsed.
Click to expand it.
docs/vagrant.md
+
8
−
0
View file @
e7acc2fd
...
...
@@ -39,3 +39,11 @@ k8s-01 Ready 45s
k8s-02 Ready 45s
k8s-03 Ready 45s
```
Use alternative OS for Vagrant
==============================
By default, Vagrant uses Ubuntu 16.04 box to provision a local cluster. You may use an alternative supported
operating system for your local cluster. Change
`$os`
variable in
`Vagrantfile`
to another operating system to change
the vagrant base box. The supported operating systems for vagrant are defined in the
`SUPPORTED_OS`
constant in
the
`Vagrantfile`
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment