containers:
- image: hjacobs/wrong-container-image:0.1
imagePullPolicy: IfNotPresent
name: wrong-container-image
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: default-token-dftsd
readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: k3s-demo
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- name: default-token-dftsd
secret:
defaultMode: 420
secretName: default-token-dftsd
wrong-container-image-7599bcbb87-42x2q
Spec
Status
conditions:
- lastProbeTime: null
lastTransitionTime: '2019-09-29T16:21:17Z'
status: 'True'
type: Initialized
- lastProbeTime: null
lastTransitionTime: '2019-09-29T16:21:17Z'
message: 'containers with unready status: [wrong-container-image]'
reason: ContainersNotReady
status: 'False'
type: Ready
- lastProbeTime: null
lastTransitionTime: '2019-09-29T16:21:17Z'
message: 'containers with unready status: [wrong-container-image]'
reason: ContainersNotReady
status: 'False'
type: ContainersReady
- lastProbeTime: null
lastTransitionTime: '2019-09-29T16:21:17Z'
status: 'True'
type: PodScheduled
containerStatuses:
- image: hjacobs/wrong-container-image:0.1
imageID: ''
lastState: {}
name: wrong-container-image
ready: false
restartCount: 0
started: false
state:
waiting:
message: Back-off pulling image "hjacobs/wrong-container-image:0.1"
reason: ImagePullBackOff
hostIP: 159.69.41.82
phase: Pending
podIP: 10.42.0.94
podIPs:
- ip: 10.42.0.94
qosClass: BestEffort
startTime: '2019-09-29T16:21:17Z'
Events
Type | Reason | Age | From | Message |
---|---|---|---|---|
Normal | Pulling | 2021-03-09 00:16:52 | kubelet | Pulling image "hjacobs/wrong-container-image:0.1" |
Warning | Failed | 2021-03-09 00:26:48 | kubelet | Error: ImagePullBackOff |
Normal | BackOff | 2021-03-09 00:51:56 | kubelet | Back-off pulling image "hjacobs/wrong-container-image:0.1" |