diff --git a/README.md b/README.md index 07253e7..5560b5d 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Kubernetes The Hard Way guides you through bootstrapping a highly available Kube This tutorial assumes you have an KVM host or a Linux PC running KVM. While KVM host is used for basic infrastructure requirements the lessons learned in this tutorial may be applied to other platforms. * [Prerequisites](docs/01-prerequisites.md) -* [Installing the Client Tools](docs/02-client-tools.md) -* [Provisioning Compute Resources](docs/03-compute-resources.md) +* [Provisioning Compute Resources](docs/02-compute-resources.md) +* [Installing the Client Tools](docs/03-client-tools.md) * [Provisioning the CA and Generating TLS Certificates](docs/04-certificate-authority.md) * [Generating Kubernetes Configuration Files for Authentication](docs/05-kubernetes-configuration-files.md) * [Generating the Data Encryption Config and Key](docs/06-data-encryption-keys.md) diff --git a/docs/03-compute-resources.md b/docs/02-compute-resources.md similarity index 100% rename from docs/03-compute-resources.md rename to docs/02-compute-resources.md diff --git a/docs/02-client-tools.md b/docs/03-client-tools.md similarity index 86% rename from docs/02-client-tools.md rename to docs/03-client-tools.md index 7236ed4..d1c386b 100644 --- a/docs/02-client-tools.md +++ b/docs/03-client-tools.md @@ -1,6 +1,6 @@ # Installing the Client Tools -In this lab you will install the command line utilities required to complete this tutorial: [cfssl](https://github.com/cloudflare/cfssl), [cfssljson](https://github.com/cloudflare/cfssl), and [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl). +In this chapter, you will install the command line utilities required to complete this tutorial: [cfssl](https://github.com/cloudflare/cfssl), [cfssljson](https://github.com/cloudflare/cfssl), and [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl). ## Install CFSSL