If I configured Kubermate in local machine then kubernate pod showing time UTC time. If I configure Kubermate in AWS machine then kubernate pod showing some different time. So how can i configure time in Kubernate pods on our requirement time zone. I need configure it because i am facing problem on checking log file.
Asked
Active
Viewed 5,016 times
0
-
Can you try this? https://stackoverflow.com/questions/55089265/kubernetes-timezone-in-pod-with-command-and-argument – Veerendra K Jun 07 '19 at 07:24
-
1I changed this then also my logger of Pod having UTC time. – xyz_scala Jun 07 '19 at 19:14
-
Look at this [thread](https://stackoverflow.com/questions/53331463/how-to-set-up-timezones-in-a-gke-pod/53332870#53332870) which offers the other approach how to synchronize time between k8s Pods. – Nick_Kh Jun 19 '19 at 08:32