mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 07:21:14 +02:00
Merge pull request #1691 from endocode/kayrus/fix_flannel
Use defined ETCD_SSL_DIR path inside the flannel container
This commit is contained in:
commit
d0a248ae67
@ -29,7 +29,7 @@ ExecStart=/usr/libexec/sdnotify-proxy /run/flannel/sd.sock \
|
||||
--env=AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY} \
|
||||
--env-file=${FLANNEL_ENV_FILE} \
|
||||
--volume=/usr/share/ca-certificates:/etc/ssl/certs:ro \
|
||||
--volume=${ETCD_SSL_DIR}:/etc/ssl/etcd:ro \
|
||||
--volume=${ETCD_SSL_DIR}:${ETCD_SSL_DIR}:ro \
|
||||
quay.io/coreos/flannel:${FLANNEL_VER} /opt/bin/flanneld --ip-masq=true
|
||||
|
||||
# Update docker options
|
||||
|
Loading…
x
Reference in New Issue
Block a user