coredns-5595ddfdbc-ql274 created 2026-09-18 20:54:00, version 763

Spec

affinity:
  podAntiAffinity:
    preferredDuringSchedulingIgnoredDuringExecution:
    - podAffinityTerm:
        labelSelector:
          matchExpressions:
          - key: k8s-app
            operator: In
            values:
            - kube-dns
        topologyKey: kubernetes.io/hostname
      weight: 100
containers:
- args:
  - -conf
  - /etc/coredns/Corefile
  env:
  - name: GOMEMLIMIT
    value: 161MiB
  image: registry.k8s.io/coredns/coredns:v1.14.7
  imagePullPolicy: IfNotPresent
  livenessProbe:
    failureThreshold: 5
    httpGet:
      path: /health
      port: 8080
      scheme: HTTP
    initialDelaySeconds: 60
    periodSeconds: 10
    successThreshold: 1
    timeoutSeconds: 5
  name: coredns
  ports:
  - containerPort: 53
    name: dns
    protocol: UDP
  - containerPort: 53
    name: dns-tcp
    protocol: TCP
  - containerPort: 9153
    name: metrics
    protocol: TCP
  readinessProbe:
    failureThreshold: 3
    httpGet:
      path: /ready
      port: 8181
      scheme: HTTP
    periodSeconds: 10
    successThreshold: 1
    timeoutSeconds: 1
  resources:
    limits:
      memory: 170Mi
    requests:
      cpu: 100m
      memory: 70Mi
  securityContext:
    allowPrivilegeEscalation: false
    capabilities:
      add:
      - NET_BIND_SERVICE
      drop:
      - ALL
    readOnlyRootFilesystem: true
  terminationMessagePath: /dev/termination-log
  terminationMessagePolicy: File
  volumeMounts:
  - mountPath: /etc/coredns
    name: config-volume
    readOnly: true
  - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    name: kube-api-access-v9m8b
    readOnly: true
dnsPolicy: Default
enableServiceLinks: true
nodeName: csfarm-worker-01
nodeSelector:
  kubernetes.io/os: linux
preemptionPolicy: PreemptLowerPriority
priority: 2000000000
priorityClassName: system-cluster-critical
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: coredns
serviceAccountName: coredns
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoSchedule
  key: node-role.kubernetes.io/control-plane
  operator: Exists
- effect: NoSchedule
  key: node.cloudprovider.kubernetes.io/uninitialized
  operator: Exists
- effect: NoExecute
  key: node.kubernetes.io/not-ready
  operator: Exists
  tolerationSeconds: 300
- effect: NoExecute
  key: node.kubernetes.io/unreachable
  operator: Exists
  tolerationSeconds: 300
volumes:
- configMap:
    defaultMode: 420
    items:
    - key: Corefile
      path: Corefile
    name: coredns
  name: config-volume
- name: kube-api-access-v9m8b
  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

allocatedResources:
  cpu: 100m
  memory: 70Mi
conditions:
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:54:22Z'
  observedGeneration: 1
  status: 'True'
  type: PodReadyToStartContainers
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:54:09Z'
  observedGeneration: 1
  status: 'True'
  type: Initialized
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:54:31Z'
  observedGeneration: 1
  status: 'True'
  type: Ready
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:54:31Z'
  observedGeneration: 1
  status: 'True'
  type: ContainersReady
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:54:07Z'
  observedGeneration: 1
  status: 'True'
  type: PodScheduled
containerStatuses:
- allocatedResources:
    cpu: 100m
    memory: 70Mi
  containerID: containerd://b4e410c8e8954c3670b504b72b11335f7cbc78d587fe5b1b10a43f92ae97ec7d
  image: registry.k8s.io/coredns/coredns:v1.14.7
  imageID: registry.k8s.io/coredns/coredns@sha256:7efd3c635b03efd68c4e8398fc45f0d993d0e9ab016f72c1cefb0fd6d01aa286
  lastState: {}
  name: coredns
  ready: true
  resources:
    limits:
      memory: 170Mi
    requests:
      cpu: 100m
      memory: 70Mi
  restartCount: 0
  started: true
  state:
    running:
      startedAt: '2026-09-18T20:54:31Z'
  user:
    linux:
      gid: 65532
      supplementalGroups:
      - 65532
      uid: 65532
  volumeMounts:
  - mountPath: /etc/coredns
    name: config-volume
    readOnly: true
    recursiveReadOnly: Disabled
  - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    name: kube-api-access-v9m8b
    readOnly: true
    recursiveReadOnly: Disabled
hostIP: 172.29.21.208
hostIPs:
- ip: 172.29.21.208
observedGeneration: 1
phase: Running
podIP: 10.244.0.3
podIPs:
- ip: 10.244.0.3
qosClass: Burstable
resources:
  limits:
    memory: 170Mi
  requests:
    cpu: 79m
    memory: 70Mi
startTime: '2026-09-18T20:54:09Z'

Events

Type Reason Age From Message
No events found.