Created
October 4, 2018 06:25
-
-
Save gavinzhou/ce6372e8e5ff2a56da7e47ac23f01dd8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ kube-apiserver -h | |
... | |
--etcd-cafile string SSL Certificate Authority file used to secure etcd communication. | |
--etcd-certfile string SSL certification file used to secure etcd communication. | |
--etcd-keyfile string SSL key file used to secure etcd communication. | |
... | |
--etcd-quorum-read If true, enable quorum read. | |
--etcd-servers List of etcd servers to connect with (scheme://ip:port) … | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment