pull/14302/head
Tim Bannister 2019-05-13 20:51:12 +01:00 committed by Kubernetes Prow Robot
parent abf7289e92
commit 30b1b98b3b
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ where `kind` maps to one or more of the [x509 key usage][usage] types:
Certificates should be placed in a recommended path (as used by [kubeadm][kubeadm]). Paths should be specified using the given argument regardless of location.
| Default CN | recommend key path | recommended cert path | command | key argument | cert argument |
| Default CN | recommended key path | recommended cert path | command | key argument | cert argument |
|------------------------------|------------------------------|-----------------------------|----------------|------------------------------|-------------------------------------------|
| etcd-ca | | etcd/ca.crt | kube-apiserver | | --etcd-cafile |
| etcd-client | apiserver-etcd-client.key | apiserver-etcd-client.crt | kube-apiserver | --etcd-keyfile | --etcd-certfile |