coredns created 2026-09-18 20:54:00, version 749

config.k8s.io/owning-inventory: talos-bootstrap-manifests-inventory deployment.kubernetes.io/revision: 1

Spec

progressDeadlineSeconds: 600
replicas: 2
revisionHistoryLimit: 10
selector:
  matchLabels:
    k8s-app: kube-dns
strategy:
  rollingUpdate:
    maxSurge: 25%
    maxUnavailable: 1
  type: RollingUpdate
template:
  metadata:
    labels:
      k8s-app: kube-dns
  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
    dnsPolicy: Default
    nodeSelector:
      kubernetes.io/os: linux
    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
    volumes:
    - configMap:
        defaultMode: 420
        items:
        - key: Corefile
          path: Corefile
        name: coredns
      name: config-volume

Status

availableReplicas: 2
conditions:
- lastTransitionTime: '2026-09-18T20:54:31Z'
  lastUpdateTime: '2026-09-18T20:54:31Z'
  message: Deployment has minimum availability.
  reason: MinimumReplicasAvailable
  status: 'True'
  type: Available
- lastTransitionTime: '2026-09-18T20:54:00Z'
  lastUpdateTime: '2026-09-18T20:54:31Z'
  message: ReplicaSet "coredns-5595ddfdbc" has successfully progressed.
  reason: NewReplicaSetAvailable
  status: 'True'
  type: Progressing
observedGeneration: 1
readyReplicas: 2
replicas: 2
terminatingReplicas: 0
updatedReplicas: 2

Pods

Name Ready Status Restarts Age IP Node Nominated Node Readiness Gates Created
coredns-5595ddfdbc-6t948 1/1 Running 0 25h 10.244.0.5 csfarm-worker-01 <none> <none> 2026-09-18 20:54:00
coredns-5595ddfdbc-ql274 1/1 Running 0 25h 10.244.0.3 csfarm-worker-01 <none> <none> 2026-09-18 20:54:00

Events

Type Reason Age From Message
No events found.