X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ansible%2Froles%2Fflannel%2Ftemplates%2Fflannel-ds.yaml;h=41e78a2f0da682965f64c0dafae78119975a0db5;hb=97f61e99faf44df35648c23c9497f4c4248ca6a6;hp=90e73868ee0c6de3aad575a10ecca132abefdca5;hpb=3c3d3338d10c2c1cb0991ff79eb7909417745f65;p=ta%2Fcaas-danm.git diff --git a/ansible/roles/flannel/templates/flannel-ds.yaml b/ansible/roles/flannel/templates/flannel-ds.yaml index 90e7386..41e78a2 100644 --- a/ansible/roles/flannel/templates/flannel-ds.yaml +++ b/ansible/roles/flannel/templates/flannel-ds.yaml @@ -63,11 +63,17 @@ spec: fieldRef: fieldPath: metadata.namespace volumeMounts: + - name: time-mount + mountPath: /etc/localtime + readOnly: true - name: run mountPath: /run - name: flannel-cfg mountPath: /etc/kube-flannel/ volumes: + - name: time-mount + hostPath: + path: /etc/localtime - name: run hostPath: path: /run