mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-08-27 00:37:20 +00:00
297 lines
9.0 KiB
JSON
297 lines
9.0 KiB
JSON
{
|
|
"kind": "PodList",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"resourceVersion": "985854"
|
|
},
|
|
"items": [
|
|
{
|
|
"kind": "Pod",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "oom-kill-job3-gbb89",
|
|
"generateName": "oom-kill-job3-",
|
|
"namespace": "message-oomkill-pod",
|
|
"uid": "c8d3f094-b80c-4ff8-aff7-f0e624f1bf3a",
|
|
"resourceVersion": "984552",
|
|
"creationTimestamp": "2023-07-11T04:43:19Z",
|
|
"labels": {
|
|
"controller-uid": "a85295e8-54e4-40a4-aeb0-b47c19f1a69f",
|
|
"job-name": "oom-kill-job3"
|
|
},
|
|
"ownerReferences": [
|
|
{
|
|
"apiVersion": "batch/v1",
|
|
"kind": "Job",
|
|
"name": "oom-kill-job3",
|
|
"uid": "a85295e8-54e4-40a4-aeb0-b47c19f1a69f",
|
|
"controller": true,
|
|
"blockOwnerDeletion": true
|
|
}
|
|
],
|
|
"managedFields": [
|
|
{
|
|
"manager": "kube-controller-manager",
|
|
"operation": "Update",
|
|
"apiVersion": "v1",
|
|
"time": "2023-07-11T04:43:19Z",
|
|
"fieldsType": "FieldsV1",
|
|
"fieldsV1": {
|
|
"f:metadata": {
|
|
"f:generateName": {},
|
|
"f:labels": {
|
|
".": {},
|
|
"f:controller-uid": {},
|
|
"f:job-name": {}
|
|
},
|
|
"f:ownerReferences": {
|
|
".": {},
|
|
"k:{\"uid\":\"a85295e8-54e4-40a4-aeb0-b47c19f1a69f\"}": {}
|
|
}
|
|
},
|
|
"f:spec": {
|
|
"f:containers": {
|
|
"k:{\"name\":\"memory-eater\"}": {
|
|
".": {},
|
|
"f:args": {},
|
|
"f:image": {},
|
|
"f:imagePullPolicy": {},
|
|
"f:name": {},
|
|
"f:resources": {
|
|
".": {},
|
|
"f:limits": {
|
|
".": {},
|
|
"f:memory": {}
|
|
},
|
|
"f:requests": {
|
|
".": {},
|
|
"f:memory": {}
|
|
}
|
|
},
|
|
"f:terminationMessagePath": {},
|
|
"f:terminationMessagePolicy": {}
|
|
}
|
|
},
|
|
"f:dnsPolicy": {},
|
|
"f:enableServiceLinks": {},
|
|
"f:restartPolicy": {},
|
|
"f:schedulerName": {},
|
|
"f:securityContext": {},
|
|
"f:terminationGracePeriodSeconds": {}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"manager": "kubelet",
|
|
"operation": "Update",
|
|
"apiVersion": "v1",
|
|
"time": "2023-07-11T04:43:28Z",
|
|
"fieldsType": "FieldsV1",
|
|
"fieldsV1": {
|
|
"f:status": {
|
|
"f:conditions": {
|
|
"k:{\"type\":\"ContainersReady\"}": {
|
|
".": {},
|
|
"f:lastProbeTime": {},
|
|
"f:lastTransitionTime": {},
|
|
"f:reason": {},
|
|
"f:status": {},
|
|
"f:type": {}
|
|
},
|
|
"k:{\"type\":\"Initialized\"}": {
|
|
".": {},
|
|
"f:lastProbeTime": {},
|
|
"f:lastTransitionTime": {},
|
|
"f:status": {},
|
|
"f:type": {}
|
|
},
|
|
"k:{\"type\":\"Ready\"}": {
|
|
".": {},
|
|
"f:lastProbeTime": {},
|
|
"f:lastTransitionTime": {},
|
|
"f:reason": {},
|
|
"f:status": {},
|
|
"f:type": {}
|
|
}
|
|
},
|
|
"f:containerStatuses": {},
|
|
"f:hostIP": {},
|
|
"f:phase": {},
|
|
"f:podIP": {},
|
|
"f:podIPs": {
|
|
".": {},
|
|
"k:{\"ip\":\"172.17.0.3\"}": {
|
|
".": {},
|
|
"f:ip": {}
|
|
}
|
|
},
|
|
"f:startTime": {}
|
|
}
|
|
},
|
|
"subresource": "status"
|
|
}
|
|
]
|
|
},
|
|
"spec": {
|
|
"volumes": [
|
|
{
|
|
"name": "kube-api-access-rbt47",
|
|
"projected": {
|
|
"sources": [
|
|
{
|
|
"serviceAccountToken": {
|
|
"expirationSeconds": 3607,
|
|
"path": "token"
|
|
}
|
|
},
|
|
{
|
|
"configMap": {
|
|
"name": "kube-root-ca.crt",
|
|
"items": [
|
|
{
|
|
"key": "ca.crt",
|
|
"path": "ca.crt"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"downwardAPI": {
|
|
"items": [
|
|
{
|
|
"path": "namespace",
|
|
"fieldRef": {
|
|
"apiVersion": "v1",
|
|
"fieldPath": "metadata.namespace"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"defaultMode": 420
|
|
}
|
|
}
|
|
],
|
|
"containers": [
|
|
{
|
|
"name": "memory-eater",
|
|
"image": "us-central1-docker.pkg.dev/genuine-flight-317411/devel/memory-eater:1.0",
|
|
"args": [
|
|
"75Mi",
|
|
"0",
|
|
"30Mi",
|
|
"80",
|
|
"1"
|
|
],
|
|
"resources": {
|
|
"limits": {
|
|
"memory": "100Mi"
|
|
},
|
|
"requests": {
|
|
"memory": "100Mi"
|
|
}
|
|
},
|
|
"volumeMounts": [
|
|
{
|
|
"name": "kube-api-access-rbt47",
|
|
"readOnly": true,
|
|
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount"
|
|
}
|
|
],
|
|
"terminationMessagePath": "/dev/termination-log",
|
|
"terminationMessagePolicy": "File",
|
|
"imagePullPolicy": "Always"
|
|
}
|
|
],
|
|
"restartPolicy": "Never",
|
|
"terminationGracePeriodSeconds": 30,
|
|
"dnsPolicy": "ClusterFirst",
|
|
"serviceAccountName": "default",
|
|
"serviceAccount": "default",
|
|
"nodeName": "minikube",
|
|
"securityContext": {},
|
|
"schedulerName": "default-scheduler",
|
|
"tolerations": [
|
|
{
|
|
"key": "node.kubernetes.io/not-ready",
|
|
"operator": "Exists",
|
|
"effect": "NoExecute",
|
|
"tolerationSeconds": 300
|
|
},
|
|
{
|
|
"key": "node.kubernetes.io/unreachable",
|
|
"operator": "Exists",
|
|
"effect": "NoExecute",
|
|
"tolerationSeconds": 300
|
|
}
|
|
],
|
|
"priority": 0,
|
|
"enableServiceLinks": true,
|
|
"preemptionPolicy": "PreemptLowerPriority"
|
|
},
|
|
"status": {
|
|
"phase": "Failed",
|
|
"conditions": [
|
|
{
|
|
"type": "Initialized",
|
|
"status": "True",
|
|
"lastProbeTime": null,
|
|
"lastTransitionTime": "2023-07-11T04:43:19Z"
|
|
},
|
|
{
|
|
"type": "Ready",
|
|
"status": "False",
|
|
"lastProbeTime": null,
|
|
"lastTransitionTime": "2023-07-11T04:43:19Z",
|
|
"reason": "PodFailed"
|
|
},
|
|
{
|
|
"type": "ContainersReady",
|
|
"status": "False",
|
|
"lastProbeTime": null,
|
|
"lastTransitionTime": "2023-07-11T04:43:19Z",
|
|
"reason": "PodFailed"
|
|
},
|
|
{
|
|
"type": "PodScheduled",
|
|
"status": "True",
|
|
"lastProbeTime": null,
|
|
"lastTransitionTime": "2023-07-11T04:43:19Z"
|
|
}
|
|
],
|
|
"hostIP": "192.168.49.2",
|
|
"podIP": "172.17.0.3",
|
|
"podIPs": [
|
|
{
|
|
"ip": "172.17.0.3"
|
|
}
|
|
],
|
|
"startTime": "2023-07-11T04:43:19Z",
|
|
"containerStatuses": [
|
|
{
|
|
"name": "memory-eater",
|
|
"state": {
|
|
"terminated": {
|
|
"exitCode": 137,
|
|
"reason": "OOMKilled",
|
|
"startedAt": "2023-07-11T04:43:25Z",
|
|
"finishedAt": "2023-07-11T04:43:25Z",
|
|
"containerID": "docker://84d3d308bb9a5765e637884194e718d297046f156a377cf6145a9397d5e469b7"
|
|
}
|
|
},
|
|
"lastState": {},
|
|
"ready": false,
|
|
"restartCount": 0,
|
|
"image": "us-central1-docker.pkg.dev/genuine-flight-317411/devel/memory-eater:1.0",
|
|
"imageID": "docker-pullable://us-central1-docker.pkg.dev/genuine-flight-317411/devel/memory-eater@sha256:b99901aacc6c87f86a767b3a0b02cdc926aae62bb4a5e7361d895f26f4773562",
|
|
"containerID": "docker://84d3d308bb9a5765e637884194e718d297046f156a377cf6145a9397d5e469b7",
|
|
"started": false
|
|
}
|
|
],
|
|
"qosClass": "Burstable"
|
|
}
|
|
}
|
|
]
|
|
}
|