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
ab46687a
Unverified
Commit
ab46687a
authored
6 years ago
by
Aivars Sterns
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2777 from spinside/patch-2
Update README.md
parents
e60a63ea
be7278ce
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-2
13 additions, 2 deletions
README.md
with
13 additions
and
2 deletions
README.md
+
13
−
2
View file @
ab46687a
...
...
@@ -36,8 +36,19 @@ To deploy the cluster you can use :
### Vagrant
# Simply running `vagrant up` (for tests purposes)
vagrant up
For Vagrant we need to install python dependencies for provisioning tasks.
\
Check if Python and pip are installed:
```
sh
python
-v
&&
pip
-v
```
If this returns the version of the software, you're good to go. If not, download and install Python from here https://www.python.org/downloads/source/
Install the necessary requirements
```
sh
sudo
pip
install
-r
requirements.txt
vagrant up
```
Documents
---------
...
...
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