Skip to content

Commit

Permalink
Deleted duplicate sentence and corrected typo (#17902)
Browse files Browse the repository at this point in the history
* Corrected the typo of 'chck' with 'check'

* Removed the duplicate sentence
  • Loading branch information
bogard1203 authored and k8s-ci-robot committed Dec 2, 2019
1 parent 8a4f05d commit 5c87fec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/tasks/extend-kubectl/kubectl-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 5c87fec

Please sign in to comment.