Created
August 5, 2016 00:51
-
-
Save streamnsight/2b9d001bdd206ad929bcf290c608c44d 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
flannel: | |
interface: $public_ipv4 | |
# TLS config start | |
etcd-endpoints: https://127.0.0.1:2379 | |
etcd-keyfile: /etc/ssl/etcd/private/etcd-peer$public_ipv4.key.pem | |
etcd-certfile: /etc/ssl/etcd/etcd-peer$public_ipv4.cert.pem | |
etcd-cafile: /etc/ssl/etcd/ca-chain.cert.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment