github.com/castai/kvisor@v1.7.1-0.20240516114728-b3572a2607b5/demo/5.oom/ErrImagePull.yaml (about)

     1  apiVersion: v1
     2  kind: Pod
     3  metadata:
     4    annotations:
     5      cni.projectcalico.org/containerID: d4640a8489fa924d2b60689a27f2538f5e9e3c4770668730b9257367649d2803
     6      cni.projectcalico.org/podIP: 10.48.1.19/32
     7      cni.projectcalico.org/podIPs: 10.48.1.19/32
     8    creationTimestamp: "2023-12-26T09:16:08Z"
     9    generateName: oom-test-c97bd4849-
    10    labels:
    11      app: oom-test
    12      pod-template-hash: c97bd4849
    13    name: oom-test-c97bd4849-h98qg
    14    namespace: demo
    15    ownerReferences:
    16    - apiVersion: apps/v1
    17      blockOwnerDeletion: true
    18      controller: true
    19      kind: ReplicaSet
    20      name: oom-test-c97bd4849
    21      uid: 833ca453-3e79-45d3-ac58-b0ecbb65d545
    22    resourceVersion: "92758113"
    23    uid: a2976219-ff7d-43f4-806c-850f49dc62af
    24  spec:
    25    containers:
    26    - args:
    27      - -mem-total
    28      - 1Gi
    29      - -mem-alloc-size
    30      - 100Mi
    31      image: vishh/stress
    32      imagePullPolicy: Always
    33      name: stress
    34      resources:
    35        limits:
    36          memory: 10Mi
    37        requests:
    38          memory: 10Mi
    39      terminationMessagePath: /dev/termination-log
    40      terminationMessagePolicy: File
    41      volumeMounts:
    42      - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    43        name: kube-api-access-sgsv7
    44        readOnly: true
    45    dnsPolicy: ClusterFirst
    46    enableServiceLinks: true
    47    nodeName: gke-demo-pool-1-96567561-ukhh
    48    preemptionPolicy: PreemptLowerPriority
    49    priority: 0
    50    restartPolicy: Always
    51    schedulerName: default-scheduler
    52    securityContext: {}
    53    serviceAccount: default
    54    serviceAccountName: default
    55    terminationGracePeriodSeconds: 30
    56    tolerations:
    57    - effect: NoExecute
    58      key: node.kubernetes.io/not-ready
    59      operator: Exists
    60      tolerationSeconds: 300
    61    - effect: NoExecute
    62      key: node.kubernetes.io/unreachable
    63      operator: Exists
    64      tolerationSeconds: 300
    65    volumes:
    66    - name: kube-api-access-sgsv7
    67      projected:
    68        defaultMode: 420
    69        sources:
    70        - serviceAccountToken:
    71            expirationSeconds: 3607
    72            path: token
    73        - configMap:
    74            items:
    75            - key: ca.crt
    76              path: ca.crt
    77            name: kube-root-ca.crt
    78        - downwardAPI:
    79            items:
    80            - fieldRef:
    81                apiVersion: v1
    82                fieldPath: metadata.namespace
    83              path: namespace
    84  status:
    85    conditions:
    86    - lastProbeTime: null
    87      lastTransitionTime: "2023-12-26T09:16:08Z"
    88      status: "True"
    89      type: Initialized
    90    - lastProbeTime: null
    91      lastTransitionTime: "2023-12-26T09:16:08Z"
    92      message: 'containers with unready status: [stress]'
    93      reason: ContainersNotReady
    94      status: "False"
    95      type: Ready
    96    - lastProbeTime: null
    97      lastTransitionTime: "2023-12-26T09:16:08Z"
    98      message: 'containers with unready status: [stress]'
    99      reason: ContainersNotReady
   100      status: "False"
   101      type: ContainersReady
   102    - lastProbeTime: null
   103      lastTransitionTime: "2023-12-26T09:16:08Z"
   104      status: "True"
   105      type: PodScheduled
   106    containerStatuses:
   107    - image: vishh/stress
   108      imageID: ""
   109      lastState: {}
   110      name: stress
   111      ready: false
   112      restartCount: 0
   113      started: false
   114      state:
   115        waiting:
   116          message: Back-off pulling image "vishh/stress"
   117          reason: ImagePullBackOff
   118    hostIP: 10.128.0.6
   119    phase: Pending
   120    podIP: 10.48.1.19
   121    podIPs:
   122    - ip: 10.48.1.19
   123    qosClass: Burstable
   124    startTime: "2023-12-26T09:16:08Z"