From 5290cb6ad062af2fe81248ddfb11e450c4e041d1 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Fri, 8 Jul 2016 17:09:44 -0700 Subject: [PATCH] clean up docs --- docs/02-certificate-authority.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/02-certificate-authority.md b/docs/02-certificate-authority.md index 3ee3e1e..56d3056 100644 --- a/docs/02-certificate-authority.md +++ b/docs/02-certificate-authority.md @@ -94,7 +94,8 @@ In this section we will generate a TLS certificate that will be valid for all Ku Create the `kubernetes-csr.json` file: ``` -export KUBERNETES_PUBLIC_IP_ADDRESS=$(gcloud compute addresses describe kubernetes --format 'value(address)') +export KUBERNETES_PUBLIC_IP_ADDRESS=$(gcloud compute addresses describe kubernetes \ + --format 'value(address)') ``` ``` @@ -131,10 +132,6 @@ cat > kubernetes-csr.json <