Merge "Set time zone"
authorLevente Kálé <levente.kale@nokia.com>
Wed, 12 Jun 2019 13:25:02 +0000 (13:25 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Wed, 12 Jun 2019 13:25:02 +0000 (13:25 +0000)
ansible/roles/flannel/templates/flannel-ds.yaml

index 90e7386..41e78a2 100644 (file)
@@ -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