initContainerStatuses and containerStatuses start time maybe have problem

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

containerStatuses:
  - containerID: docker://
    image: nginx/centos_6_c_plus_plus:1.1
    imageID: docker-pullable://nginx/centos_6_c_plus_plus@sha256:
    lastState: {}
    name: xxxxx
    ready: true
    restartCount: 0
    state:
      running:
        startedAt: "2021-10-13T09:04:24Z"
  initContainerStatuses:
  - containerID: docker://
    image: nginx/busybox:1.26.2-glibc
    imageID: docker-pullable://nginx/busybox@sha256:
    lastState: {}
    name: xxxxx
    ready: true
    restartCount: 0
    state:
      terminated:
        containerID: docker://
        exitCode: 0
        finishedAt: "2021-11-15T20:31:54Z"
        reason: Completed
        startedAt: "2021-11-15T20:31:54Z"

You can format your yaml by highlighting it and pressing Ctrl-Shift-C, it will make your output easier to read.