set the timezone in Kubernetes cluster

0 votes
Where do you set the timezone in Kubernetes cluster? In the node, or container?
Jul 4, 2019 in Kubernetes by Iman
8,849 views

1 answer to this question.

0 votes

You can set the timezone of the cluster using deploy.yaml file. Add the following lines according to your requirement:

volumes:
    - name: tz-config
      hostPath:
        path: /usr/share/zoneinfo/Europe/Prague
answered Jul 4, 2019 by Fawaad

Related Questions In Kubernetes

0 votes
1 answer

Use shared VPC in the Kubernetes cluster

Hey @Ali, its pretty easy. You can ...READ MORE

answered Jan 8, 2019 in Kubernetes by Shrishti
508 views
0 votes
1 answer

Error saying "The specified bucket does not exist" in kubernetes

Bucket is created in another region. Looks like ...READ MORE

answered Aug 31, 2018 in Kubernetes by Kalgi
• 52,360 points
3,768 views
0 votes
1 answer
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
14,524 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

answered Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 5,977 views
0 votes
2 answers
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP