You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,17 @@ For more detailed information about kubespray, you can review the [official docu
10
10
11
11
Before you begin, make sure you have the following prerequisites installed on your machine:
12
12
13
-
-[VirtualBox](https://www.virtualbox.org/wiki/Downloads)_(I tested it with version `6.1.44 r156814`)_
14
-
-[Vagrant](https://developer.hashicorp.com/vagrant/downloads)_(I tested it with version `2.3.6`)_
13
+
-[VirtualBox](https://www.virtualbox.org/wiki/Downloads)_(Tested on version `6.1.44 r156814`)_
14
+
-[Vagrant](https://developer.hashicorp.com/vagrant/downloads)_(Tested on version `2.3.6`)_
15
15
16
16
## Getting Started
17
17
18
+
Review the [`config.yml`](config.yml) file and make any changes you need. After that:
19
+
18
20
```bash
19
21
vagrant up
20
22
```
21
23
22
-
## Quick Details
23
-
24
-
1. Customize the VM by reviewing the [`vagrant/utilities.rb`](vagrant/utilities.rb) file for options like CPU, memory, and OS.
25
-
26
-
1. To override the values you want in the `kubespray` project, review the [`ansible/extra-vars.yml`](ansible/extra-vars.yml) file.
27
-
28
24
## Contribution
29
25
30
26
[Pull requests](https://github.com/m18unet/kubespray-single-node/compare) are welcome! Feel free to contribute and improve the project by submitting your changes.
0 commit comments