Skip to content

OOMKilled Pod marked as "Starting" #185

@adityathebe

Description

@adityathebe
apiVersion: v1
kind: Pod
metadata:
  uid: ce20f288-c4f8-4e34-afea-5ba1cf05b61f
  name: gickup-manual-1756407614-xv8fj
  labels:
    app.kubernetes.io/name: gickup
    app.kubernetes.io/instance: gickup
    app.kubernetes.io/controller: main
  namespace: default
  generateName: gickup-manual-1756407614-
  ownerReferences:
    - uid: e4dc827f-af13-4e28-a149-5581e0c5d614
      kind: Job
      name: gickup-manual-1756407614
      apiVersion: batch/v1
      controller: true
      blockOwnerDeletion: true
  creationTimestamp: 2025-08-28T19:00:14Z
spec:
  volumes:
    - name: config
      configMap:
        name: gickup-config
        defaultMode: 420
    - name: data
      persistentVolumeClaim:
        claimName: gickup
    - name: kube-api-access-729d6
      projected:
        sources:
          - serviceAccountToken:
              path: token
              expirationSeconds: 3607
          - configMap:
              name: kube-root-ca.crt
              items:
                - key: ca.crt
                  path: ca.crt
          - downwardAPI:
              items:
                - path: namespace
                  fieldRef:
                    fieldPath: metadata.namespace
                    apiVersion: v1
        defaultMode: 420
  nodeName: saka
  priority: 0
  dnsPolicy: ClusterFirst
  containers:
    - env:
        - name: LOG_LEVEL
          value: TRACE
        - name: GITHUB_TOKEN
          valueFrom:
            secretKeyRef:
              key: token
              name: gickup-github-token
      args:
        - /config/conf.yml
      name: main
      image: ghcr.io/cooperspencer/gickup:sha-f916b6f
      resources:
        limits:
          cpu: 500m
          memory: 1Gi
        requests:
          cpu: 100m
          memory: 256Mi
      volumeMounts:
        - name: config
          mountPath: /config
        - name: data
          mountPath: /data
        - name: kube-api-access-729d6
          readOnly: true
          mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      imagePullPolicy: IfNotPresent
      terminationMessagePath: /dev/termination-log
      terminationMessagePolicy: File
  tolerations:
    - key: node.kubernetes.io/not-ready
      effect: NoExecute
      operator: Exists
      tolerationSeconds: 300
    - key: node.kubernetes.io/unreachable
      effect: NoExecute
      operator: Exists
      tolerationSeconds: 300
  restartPolicy: Never
  schedulerName: default-scheduler
  serviceAccount: default
  securityContext: {}
  preemptionPolicy: PreemptLowerPriority
  enableServiceLinks: false
  serviceAccountName: default
  automountServiceAccountToken: true
  terminationGracePeriodSeconds: 30
status:
  phase: Failed
  podIP: 10.42.0.82
  hostIP: 10.99.99.8
  podIPs:
    - ip: 10.42.0.82
  hostIPs:
    - ip: 10.99.99.8
  qosClass: Burstable
  startTime: 2025-08-28T19:00:14Z
  conditions:
    - type: ContainersReady
      reason: PodFailed
      status: "False"
    - type: Initialized
      status: "True"
    - type: PodReadyToStartContainers
      status: "False"
    - type: PodScheduled
      status: "True"
    - type: Ready
      reason: PodFailed
      status: "False"
  containerStatuses:
    - name: main
      image: ghcr.io/cooperspencer/gickup:sha-f916b6f
      ready: false
      state:
        terminated:
          reason: OOMKilled
          exitCode: 137
          startedAt: 2025-08-28T19:00:15Z
          finishedAt: 2025-08-28T19:05:08Z
          containerID: containerd://7b3734482f88b4fa849fb0db75b04289e02a00a8622815c4ae25b2f4c1d9a414
      imageID: ghcr.io/cooperspencer/gickup@sha256:55cb231813f67965c12bcf51b3c028ff9edde15912dde00de8a156bd310ab5bc
      started: false
      lastState: {}
      containerID: containerd://7b3734482f88b4fa849fb0db75b04289e02a00a8622815c4ae25b2f4c1d9a414
      restartCount: 0
SELECT health, status, description FROM config_items WHERE id = 'ce20f288-c4f8-4e34-afea-5ba1cf05b61f'
+---------+----------+------------------+
| health  | status   | description      |
|---------+----------+------------------|
| unknown | Starting | Failed PodFailed |
+---------+----------+------------------+

Tested: Thu Aug 28 19:09:46 UTC 2025

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions