rancher中配置pod时区

rancher中配置pod时区
在rancher及k8s中pod默认时区为UTC,时间相差8个小时。需要调整时区为CST。
前提条件:node主机节点时间要同步。
在rancher中配置pod时区有三种方式:
第一种、通过rancher管理页面配置
第二种、通过编辑yaml文件配置
第三种、通过docker镜像文件进行配置
1、通过rancher管理界面配置时区
打开工作负载右框编辑
rancher中配置pod时区配置环境变量:键位TZ 值为Asia/Shanghai!rancher中配置pod时区再次进入pod内查看,时区已经更改为CST

2、通过编辑yaml文件配置
一种是设置环境变量
spec:
containers:
- env:
- name: timezone
value: Asia/Shanghai
image:
imagePullPolicy: Always
另一种配置挂载方式
spec:
containers:
volumeMounts:
- name: timezone-config
mountPath: /etc/localtime
image:
imagePullPolicy: Always
3、docker镜像方式
这里不做阐述

上一篇:The 2019 Asia Nanchang First Round Online Programming Contest H. The Nth Item


下一篇:空前绝后!PostgresConf.CN&PGConf.Asia 2020大会闭幕