busybox容器配置北京时间
docker pull busybox:1.32
docker run --rm -v /usr/share/zoneinfo/Asia/Shanghai:/etc/localtime -itd busybox:1.32 sh

k8s挂载
volumeMounts:
- name: timezone
mountPath: /etc/localtime
readOnly: true
volumes:
- name: timezone
hostPath:
path: /usr/share/zoneinfo/Asia/Shanghai
type: File
浙公网安备 33010602011771号