gitlab-com-gitlab-runner-gitlab-runner-86df7bb656-pq89v created 2024-04-28 13:45:14, version 3508118406

checksum/configmap: 5163c218709b7f226ee16edcf68bb18c0b2d6... checksum/secrets: e3b0c44298fc1c149afbf4c8996fb92427ae4... cni.projectcalico.org/podIP: cni.projectcalico.org/podIPs:

Spec

containers:
- command:
  - /usr/bin/dumb-init
  - --
  - /bin/bash
  - /configmaps/entrypoint
  env:
  - name: CI_SERVER_URL
    value: https://gitlab.com
  - name: CLONE_URL
  - name: RUNNER_EXECUTOR
    value: kubernetes
  - name: REGISTER_LOCKED
    value: 'true'
  - name: RUNNER_TAG_LIST
  - name: KUBERNETES_NAMESPACE
    value: gitlab-runner-gitlab-com
  image: registry.gitlab.com/gitlab-org/gitlab-runner:alpine-v15.6.0
  imagePullPolicy: IfNotPresent
  lifecycle:
    preStop:
      exec:
        command:
        - /entrypoint
        - unregister
        - --all-runners
  livenessProbe:
    exec:
      command:
      - /bin/bash
      - /configmaps/check-live
    failureThreshold: 3
    initialDelaySeconds: 60
    periodSeconds: 10
    successThreshold: 1
    timeoutSeconds: 1
  name: gitlab-com-gitlab-runner-gitlab-runner
  ports:
  - containerPort: 9252
    name: metrics
    protocol: TCP
  readinessProbe:
    exec:
      command:
      - /usr/bin/pgrep
      - gitlab.*runner
    failureThreshold: 3
    initialDelaySeconds: 10
    periodSeconds: 10
    successThreshold: 1
    timeoutSeconds: 1
  resources: {}
  securityContext:
    allowPrivilegeEscalation: false
    capabilities:
      drop:
      - ALL
    privileged: false
    readOnlyRootFilesystem: false
    runAsNonRoot: true
  terminationMessagePath: /dev/termination-log
  terminationMessagePolicy: File
  volumeMounts:
  - mountPath: /secrets
    name: projected-secrets
  - mountPath: /home/gitlab-runner/.gitlab-runner
    name: etc-gitlab-runner
  - mountPath: /configmaps
    name: configmaps
  - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    name: kube-api-access-5qc7r
    readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: sed-infra-server-master-mcg58ax2-aa1e3892
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext:
  fsGroup: 65533
  runAsUser: 100
serviceAccount: gitlab-com-gitlab-runner-gitlab-runner
serviceAccountName: gitlab-com-gitlab-runner-gitlab-runner
terminationGracePeriodSeconds: 3600
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:
- emptyDir:
    medium: Memory
  name: runner-secrets
- emptyDir:
    medium: Memory
  name: etc-gitlab-runner
- name: projected-secrets
  projected:
    defaultMode: 420
    sources:
    - secret:
        items:
        - key: runner-registration-token
          path: runner-registration-token
        - key: runner-token
          path: runner-token
        name: gitlab-runner-registration-token
- configMap:
    defaultMode: 420
    name: gitlab-com-gitlab-runner-gitlab-runner
  name: configmaps
- name: kube-api-access-5qc7r
  projected:
    defaultMode: 420
    sources:
    - serviceAccountToken:
        expirationSeconds: 3607
        path: token
    - configMap:
        items:
        - key: ca.crt
          path: ca.crt
        name: kube-root-ca.crt
    - downwardAPI:
        items:
        - fieldRef:
            apiVersion: v1
            fieldPath: metadata.namespace
          path: namespace

Status

conditions:
- lastProbeTime: null
  lastTransitionTime: '2024-04-28T13:45:14Z'
  status: 'True'
  type: Initialized
- lastProbeTime: null
  lastTransitionTime: '2025-10-19T10:16:06Z'
  status: 'True'
  type: Ready
- lastProbeTime: null
  lastTransitionTime: '2025-10-19T10:16:06Z'
  status: 'True'
  type: ContainersReady
- lastProbeTime: null
  lastTransitionTime: '2024-04-28T13:45:14Z'
  status: 'True'
  type: PodScheduled
containerStatuses:
- containerID: containerd://5ae2e632ad5be263089085bc8a61bc5df668eb11301daabc372110035de3273e
  image: registry.gitlab.com/gitlab-org/gitlab-runner:alpine-v15.6.0
  imageID: registry.gitlab.com/gitlab-org/gitlab-runner@sha256:a3ce483a5ad357110d01d7a432e39dbef8f6de68e0d85e327098e9236c20986f
  lastState:
    terminated:
      containerID: containerd://2fef7e686312c6327ca86ce7888495eebb296867172a8d407e45a01573c0a417
      exitCode: 255
      finishedAt: '2025-10-19T10:15:24Z'
      reason: Unknown
      startedAt: '2025-10-10T05:12:31Z'
  name: gitlab-com-gitlab-runner-gitlab-runner
  ready: true
  restartCount: 1770
  started: true
  state:
    running:
      startedAt: '2025-10-19T10:15:50Z'
hostIP: 192.168.1.3
phase: Running
podIP: 172.18.117.212
podIPs:
- ip: 172.18.117.212
qosClass: BestEffort
startTime: '2024-04-28T13:45:14Z'

Events

Type Reason Age From Message
No events found.