Apiserver container now uses the host time zone settings.
Controller managercontainer now uses the host time zone settings.
Scheduler container now uses the host time zone settings.
Proxy container now uses the host time zone settings.
Change-Id: Icf102dedbfacf8e64b0f5bcaa2979ec30d4ee1cd
Signed-off-by: Szekeres, Balazs (Nokia - HU/Budapest) <balazs.szekeres@nokia.com>
- "/kube-apiserver"
{{ apiserver_params | to_nice_yaml | indent(8) }}
volumeMounts:
+ - name: time-mount
+ mountPath: /etc/localtime
+ readOnly: true
- name: secret-kubernetes
mountPath: /etc/kubernetes/ssl
readOnly: true
mountPath: {{ caas.caas_policy_directory }}
readOnly: true
volumes:
+ - name: time-mount
+ hostPath:
+ path: /etc/localtime
- name: secret-kubernetes
hostPath:
path: /etc/kubernetes/ssl
initialDelaySeconds: 15
timeoutSeconds: 1
volumeMounts:
+ - name: time-mount
+ mountPath: /etc/localtime
+ readOnly: true
- name: secret-kubernetes
mountPath: /etc/kubernetes/ssl
readOnly: true
mountPath: /etc/kubernetes/kubeconfig
readOnly: true
volumes:
+ - name: time-mount
+ hostPath:
+ path: /etc/localtime
- name: secret-kubernetes
hostPath:
path: /etc/kubernetes/ssl
initialDelaySeconds: 15
timeoutSeconds: 1
volumeMounts:
+ - name: time-mount
+ mountPath: /etc/localtime
+ readOnly: true
- name: secret-kubernetes
mountPath: /etc/kubernetes/ssl
readOnly: true
mountPath: /etc/kubernetes/kubeconfig
readOnly: true
volumes:
+ - name: time-mount
+ hostPath:
+ path: /etc/localtime
- name: secret-kubernetes
hostPath:
path: /etc/kubernetes/ssl
- "--hostname-override={{ ansible_host }}"
- "--masquerade-all=true"
volumeMounts:
+ - name: time-mount
+ mountPath: /etc/localtime
+ readOnly: true
- name: secret-kubernetes
mountPath: /etc/kubernetes/ssl
readOnly: true
mountPath: /etc/kubernetes/kubeconfig
readOnly: true
volumes:
+ - name: time-mount
+ hostPath:
+ path: /etc/localtime
- name: secret-kubernetes
hostPath:
path: /etc/kubernetes/ssl