From 8f3b54b9299c0758791885b4c30f5de5914d41ba Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Wed, 8 Aug 2018 17:51:19 +0200 Subject: [PATCH] Document the 10.32.0.1 IP address Resolves #105 --- docs/04-certificate-authority.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/04-certificate-authority.md b/docs/04-certificate-authority.md index f8842d9..56cdec2 100644 --- a/docs/04-certificate-authority.md +++ b/docs/04-certificate-authority.md @@ -333,6 +333,8 @@ cfssl gencert \ } ``` +> The `kubernetes` service will get the first address of the `10.32.0.0/24` IP range reserved for cluster services, i.e. `10.32.0.1`. This range is specified later in this tutorial during the control plane bootstrapping. + Results: ```