From afd7e3a96439bd6329594c840153d63c5b9b8513 Mon Sep 17 00:00:00 2001 From: Matteo Croce Date: Thu, 3 Oct 2019 18:30:35 +0200 Subject: [PATCH] remove spurious brackets --- docs/04-certificate-authority.md | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/docs/04-certificate-authority.md b/docs/04-certificate-authority.md index 1510993..cd02f53 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 < The Kubernetes API server is automatically assigned the `kubernetes` internal dns name, which will be linked to the first IP address (`10.32.0.1`) from the address range (`10.32.0.0/24`) reserved for internal cluster services during the [control plane bootstrapping](08-bootstrapping-kubernetes-controllers.md#configure-the-kubernetes-api-server) lab. @@ -351,8 +327,6 @@ The Kubernetes Controller Manager leverages a key pair to generate and sign serv Generate the `service-account` certificate and private key: ``` -{ - cat > service-account-csr.json <