From 07d156a48331ad1b12741d73db48f9c3ab31429b Mon Sep 17 00:00:00 2001 From: yanghaichao12 Date: Mon, 19 Nov 2018 16:35:58 +0800 Subject: [PATCH] Fix some errors in certificates.md (#11075) --- .../en/docs/concepts/cluster-administration/certificates.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/cluster-administration/certificates.md b/content/en/docs/concepts/cluster-administration/certificates.md index 48592dc7c3..40e4fb922c 100644 --- a/content/en/docs/concepts/cluster-administration/certificates.md +++ b/content/en/docs/concepts/cluster-administration/certificates.md @@ -34,7 +34,7 @@ manually through `easyrsa`, `openssl` or `cfssl`. that is specified as the `--service-cluster-ip-range` argument for both the API server and the controller manager component. The argument `--days` is used to set the number of days after which the certificate expires. - The sample below also assume that you are using `cluster.local` as the default + The sample below also assumes that you are using `cluster.local` as the default DNS domain name. ./easyrsa --subject-alt-name="IP:${MASTER_IP},"\ @@ -71,7 +71,7 @@ manually through `easyrsa`, `openssl` or `cfssl`. with real values before saving this to a file (e.g. `csr.conf`). Note that the value for `MASTER_CLUSTER_IP` is the service cluster IP for the API server as described in previous subsection. - The sample below also assume that you are using `cluster.local` as the default + The sample below also assumes that you are using `cluster.local` as the default DNS domain name. [ req ] @@ -186,7 +186,7 @@ Finally, add the same parameters into the API server start parameters. server as shown below. Be sure to replace the values in angle brackets with real values you want to use. The `MASTER_CLUSTER_IP` is the service cluster IP for the API server as described in previous subsection. - The sample below also assume that you are using `cluster.local` as the default + The sample below also assumes that you are using `cluster.local` as the default DNS domain name. {