k8s 设置deployment,时pod挂载本地时间问题同步底层时间到容器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了k8s 设置deployment,时pod挂载本地时间问题同步底层时间到容器相关的知识,希望对你有一定的参考价值。
spec:volumes:
- name: time-localtime
hostPath:
path: /etc/localtime
type: ‘
volumeMounts:
- name: time-localtime
readOnly: true
mountPath: /etc/localtime
此设置不需要配置PodPreset,但针对java项目,可能会发生时区针对java程序无法生效
以上是关于k8s 设置deployment,时pod挂载本地时间问题同步底层时间到容器的主要内容,如果未能解决你的问题,请参考以下文章