Added missing hyperlinks to the first documents.

pull/634/head
Ricardo Silva 2020-07-14 21:52:05 +02:00
parent 9ea063f1dc
commit 558aaf9dc3
3 changed files with 10 additions and 1 deletions

View File

@ -27,3 +27,5 @@ Download and Install [Vagrant](https://www.vagrantup.com/) on your platform.
- Linux - Linux
- macOS - macOS
- Arch Linux - Arch Linux
Next: [Compute Resources](02-compute-resources.md)

View File

@ -97,3 +97,6 @@ In such cases delete the VM, then delete the VM folder and then re-provision
`rmdir "<path-to-vm-folder>\kubernetes-ha-worker-2"` `rmdir "<path-to-vm-folder>\kubernetes-ha-worker-2"`
`vagrant up` `vagrant up`
Next: [Client Tools](03-client-tools.md)

View File

@ -35,3 +35,7 @@ kubetest --provider=skeleton --test --test_args=”--ginkgo.focus=\[Conformance\
This could take about 1.5 to 2 hours. The number of tests run and passed will be displayed at the end. This could take about 1.5 to 2 hours. The number of tests run and passed will be displayed at the end.
Next: [Dynamic Kubelet configuration](17-extra-dynamic-kubelet-configuration.md)