From 84e3d514f9d41e29fae6f3c27f602d07f3e1ab37 Mon Sep 17 00:00:00 2001 From: Thomas Shafer Date: Mon, 1 Apr 2019 15:57:15 -0700 Subject: [PATCH] Remove wrapping curly brackets on commands that do not need curly brackets. This will make the command blocks easier to copy. --- docs/04-certificate-authority.md | 28 ---------------------------- docs/14-cleanup.md | 26 +++++++++++--------------- 2 files changed, 11 insertions(+), 43 deletions(-) diff --git a/docs/04-certificate-authority.md b/docs/04-certificate-authority.md index f8842d9..54f7765 100644 --- a/docs/04-certificate-authority.md +++ b/docs/04-certificate-authority.md @@ -9,8 +9,6 @@ In this section you will provision a Certificate Authority that can be used to g Generate the CA configuration file, certificate, and private key: ``` -{ - cat > ca-config.json < ca-csr.json < admin-csr.json < kube-controller-manager-csr.json < kube-proxy-csr.json < kube-scheduler-csr.json < service-account-csr.json <