mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-17 18:31:13 +02:00
Use defined ETCD_SSL_DIR path inside the flannel container
This commit is contained in:
parent
5e20f8ff3c
commit
ab2e1e5b63
@ -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