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 <