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
9,461 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
738 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,350 points
4,109 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
15,476 views
0 votes
1 answer

permissions related to AWS ECR

if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE

answered Oct 9, 2018 in Kubernetes by Kalgi
• 52,350 points
1,396 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