From 58c0140f6f8c98660729fe42943278752b07dc24 Mon Sep 17 00:00:00 2001 From: Matt Blair Date: Thu, 7 Jul 2016 08:54:19 -0700 Subject: [PATCH] fix some typos --- README.md | 2 +- docs/certificate-authority.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 18a8fc9..e3283ca 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This workshop will walk you through setting up Kubernetes the hard way. This gui ## Target Audience -The target audience for this workshop is someone planning to support a production Kubernetes cluster and wants to understand how everything fits together. After completing this workshop I encourage you to automated away the manual steps presented in this guide. +The target audience for this workshop is someone planning to support a production Kubernetes cluster and wants to understand how everything fits together. After completing this workshop I encourage you to automate away the manual steps presented in this guide. ## Labs diff --git a/docs/certificate-authority.md b/docs/certificate-authority.md index 82fecef..f9925fb 100644 --- a/docs/certificate-authority.md +++ b/docs/certificate-authority.md @@ -1,8 +1,8 @@ # Setting up a Certificate Authority and TLS Cert Generation -In this lab you will setup the necessary PKI infrastructure to secure the Kuberentes components. This lab will leverage CloudFlare's PKI toolkit, [cfssl](https://github.com/cloudflare/cfssl), to bootstrap a Certificate Authority and generate TLS certificates. +In this lab you will setup the necessary PKI infrastructure to secure the Kubernetes components. This lab will leverage CloudFlare's PKI toolkit, [cfssl](https://github.com/cloudflare/cfssl), to bootstrap a Certificate Authority and generate TLS certificates. -This lab will setup a Certificate Authority and generated a single set of TLS certificates that can be used to secure the following Kubernetes components: +This lab will setup a Certificate Authority and generate a single set of TLS certificates that can be used to secure the following Kubernetes components: * etcd * Kubernetes API Server @@ -144,4 +144,4 @@ kubernetes.pem ``` openssl x509 -in kubernetes.pem -text -noout -``` \ No newline at end of file +```