From 558aaf9dc3d03880fb30aabf57a27a8fe043873a Mon Sep 17 00:00:00 2001 From: Ricardo Silva Date: Tue, 14 Jul 2020 21:52:05 +0200 Subject: [PATCH] Added missing hyperlinks to the first documents. --- docs/01-prerequisites.md | 4 +++- docs/02-compute-resources.md | 3 +++ docs/16-e2e-tests.md | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/01-prerequisites.md b/docs/01-prerequisites.md index 4e79b7e..d4d679d 100644 --- a/docs/01-prerequisites.md +++ b/docs/01-prerequisites.md @@ -26,4 +26,6 @@ Download and Install [Vagrant](https://www.vagrantup.com/) on your platform. - Centos - Linux - macOS -- Arch Linux \ No newline at end of file +- Arch Linux + +Next: [Compute Resources](02-compute-resources.md) \ No newline at end of file diff --git a/docs/02-compute-resources.md b/docs/02-compute-resources.md index a06c070..d07d7db 100644 --- a/docs/02-compute-resources.md +++ b/docs/02-compute-resources.md @@ -97,3 +97,6 @@ In such cases delete the VM, then delete the VM folder and then re-provision `rmdir "\kubernetes-ha-worker-2"` `vagrant up` + + +Next: [Client Tools](03-client-tools.md) \ No newline at end of file diff --git a/docs/16-e2e-tests.md b/docs/16-e2e-tests.md index e02babd..f3e37a7 100644 --- a/docs/16-e2e-tests.md +++ b/docs/16-e2e-tests.md @@ -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. + + + +Next: [Dynamic Kubelet configuration](17-extra-dynamic-kubelet-configuration.md) \ No newline at end of file