1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

お題は不問!Qiita Engineer Festa 2023で記事投稿!

【Kubernetes】podのtimezoneを変更する

Last updated at Posted at 2023-06-23

タイムゾーンの設定・変更方法

yaml ファイルに以下を追記

XXX.yaml
spec:
  env:
    - name: TZ
      value: Asia/Tokyo

Kubernetesでサポートしているタイムゾーンは下記。

動作確認

kubectl exec {pod NAME} -n {名前空間} -it -c {deployment name} -- date

実行結果

image.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?