Skip to content

Instantly share code, notes, and snippets.

@gavinzhou
Created October 4, 2018 06:25
Show Gist options
  • Save gavinzhou/ce6372e8e5ff2a56da7e47ac23f01dd8 to your computer and use it in GitHub Desktop.
Save gavinzhou/ce6372e8e5ff2a56da7e47ac23f01dd8 to your computer and use it in GitHub Desktop.
$ 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