Skip to content

Commit d9a7768

Browse files
committed
Made some changes to vagrant setup, added options for kvm and hyperV
1 parent 9b77c03 commit d9a7768

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

documentation/quickstart-vagrant.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Follow these steps to quickly deploy the KAT example. You will need a PC with at
44

55
1. Clone this repository: `git clone https://github.com/BigBitBusInc/kubernetes-automation-toolkit.git`
66

7-
2. Install `Vagrant` for your OS (Vagrant supports Windows, Linux and MacOS); you may also need to install the hypervisor software and a vagrant plugin for this hypervisor on your platform; you should also find this information on the Vagrant installation page for your OS. [Follow guidelines](../documentation/vagrant-setup.md) to setup Vagrant on your respective OS. [This link](https://gist.github.com/wpscholar/a49594e2e2b918f4d0c4) lists some useful Vagrant commands.
8-
7+
2. Install `Vagrant` for your OS (Vagrant supports Windows, Linux and MacOS); you may also need to install the hypervisor software and a vagrant plugin for this hypervisor on your platform; We have [guidelines](../documentation/vagrant-setup.md) on how to setup Vagrant on your PC.
98
3. Navigate to the root directory of the KAT repository and enter this command in a terminal
109
```bash
1110
cd kubernetes-automation-toolkit
@@ -84,4 +83,6 @@ vagrant destroy
8483
| Resume Vagrant Machine | `vagrant resume` |
8584
| Suspend Virtual Machine | `vagrant suspend` |
8685
| List Installed Boxes | `vagrant box list`|
87-
| Delete Vagrant Machine | `vagrant destroy` |
86+
| Delete Vagrant Machine | `vagrant destroy` |
87+
88+
[This link](https://gist.github.com/wpscholar/a49594e2e2b918f4d0c4) lists some useful Vagrant commands.

0 commit comments

Comments
 (0)