Deleted duplicate sentence and corrected typo (#17902)

* Corrected the typo of 'chck' with 'check'

* Removed the duplicate sentence
This commit is contained in:
bogard1203
2019-12-02 16:09:04 +08:00
committed by Kubernetes Prow Robot
parent 8a4f05dbc6
commit 5c87fecbf2
2 changed files with 1 additions and 3 deletions
@@ -200,8 +200,6 @@ Certificates can be renewed with `kubeadm alpha certs renew --csr-only`.
As with `kubeadm init`, an output directory can be specified with the `--csr-dir` flag.
To use the new certificates, copy the signed certificate and private key into the PKI directory (by default `/etc/kubernetes/pki`)
A CSR contains a certificate's name, domain(s), and IPs, but it does not specify usages.
A CSR contains a certificate's name, domains, and IPs, but it does not specify usages.
It is the responsibility of the CA to specify [the correct cert usages][cert-table] when issuing a certificate.
@@ -168,7 +168,7 @@ sudo chmod +x ./kubectl-foo-bar-baz
# "install" your plugin by moving it to a directory in your $PATH
sudo mv ./kubectl-foo-bar-baz /usr/local/bin
# chck that kubectl recognizes your plugin
# check that kubectl recognizes your plugin
kubectl plugin list
```