k8s生产实践之pod同步宿主机时间

 volumeMounts:
    - name: time-config
      mountPath: /etc/localtime
      readOnly: true

  volumes:
  - name: time-config
    hostPath:
      path: /etc/localtime

如果有报错,就用这种方式

        - hostPath:
            path: /usr/share/zoneinfo/Asia/Shanghai
            type: ''
          name: time-config
  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin
avatar

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: