Delete redundant "see" (#4466)

Delete redundant "see"
This commit is contained in:
Xiaoyu Zhang 2017-07-28 03:08:54 +08:00 committed by Ahmet Alp Balkan
parent fe5f08a28e
commit cdb9af84b4
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ For example, consider key pairs `k8sclient.key` and `k8sclient.cert` that are tr
Once etcd is configured correctly, only clients with valid certificates can access it. To give Kubernetes API server the access, configure it with the flags `--etcd-certfile=k8sclient.cert` and `--etcd-keyfile=k8sclient.key`.
**Note**: etcd authentication is not currently supported by Kubernetes. For more information, see see the related issue [Support Basic Auth for Etcd v2](https://github.com/kubernetes/kubernetes/issues/23398).
**Note**: etcd authentication is not currently supported by Kubernetes. For more information, see the related issue [Support Basic Auth for Etcd v2](https://github.com/kubernetes/kubernetes/issues/23398).
## Replacing a failed etcd member