apiVersion: v1
kind: Pod
metadata:
  annotations:
    kubeadm.kubernetes.io/etcd.advertise-client-urls: https://199.19.213.181:2379
    kubernetes.io/config.hash: f2a0351707d3888674e7802be4479c10
    kubernetes.io/config.mirror: f2a0351707d3888674e7802be4479c10
    kubernetes.io/config.seen: "2026-03-19T08:58:55.493384588Z"
    kubernetes.io/config.source: file
  creationTimestamp: "2026-03-19T08:58:55Z"
  labels:
    component: etcd
    tier: control-plane
  name: etcd-instance
  namespace: kube-system
  ownerReferences:
  - apiVersion: v1
    controller: true
    kind: Node
    name: instance
    uid: 0427a76f-969e-4f7d-b3de-30002e78f1e7
  resourceVersion: "415"
  uid: 54999776-b2ef-4813-8c71-a167f4de2abc
spec:
  containers:
  - command:
    - etcd
    - --advertise-client-urls=https://199.19.213.181:2379
    - --cert-file=/etc/kubernetes/pki/etcd/server.crt
    - --client-cert-auth=true
    - --data-dir=/var/lib/etcd
    - --experimental-initial-corrupt-check=true
    - --experimental-watch-progress-notify-interval=5s
    - --initial-advertise-peer-urls=https://199.19.213.181:2380
    - --initial-cluster=instance=https://199.19.213.181:2380
    - --key-file=/etc/kubernetes/pki/etcd/server.key
    - --listen-client-urls=https://127.0.0.1:2379,https://199.19.213.181:2379
    - --listen-metrics-urls=http://127.0.0.1:2381
    - --listen-peer-urls=https://199.19.213.181:2380
    - --name=instance
    - --peer-cert-file=/etc/kubernetes/pki/etcd/peer.crt
    - --peer-client-cert-auth=true
    - --peer-key-file=/etc/kubernetes/pki/etcd/peer.key
    - --peer-trusted-ca-file=/etc/kubernetes/pki/etcd/ca.crt
    - --snapshot-count=10000
    - --tls-min-version=TLS1.3
    - --trusted-ca-file=/etc/kubernetes/pki/etcd/ca.crt
    image: harbor.atmosphere.dev/registry.k8s.io/etcd:3.5.12-0
    imagePullPolicy: IfNotPresent
    livenessProbe:
      failureThreshold: 8
      httpGet:
        host: 127.0.0.1
        path: /health?exclude=NOSPACE&serializable=true
        port: 2381
        scheme: HTTP
      initialDelaySeconds: 10
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 15
    name: etcd
    resources:
      requests:
        cpu: 100m
        memory: 100Mi
    startupProbe:
      failureThreshold: 24
      httpGet:
        host: 127.0.0.1
        path: /health?serializable=false
        port: 2381
        scheme: HTTP
      initialDelaySeconds: 10
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 15
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/lib/etcd
      name: etcd-data
    - mountPath: /etc/kubernetes/pki/etcd
      name: etcd-certs
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  hostNetwork: true
  nodeName: instance
  preemptionPolicy: PreemptLowerPriority
  priority: 2000001000
  priorityClassName: system-node-critical
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext:
    seccompProfile:
      type: RuntimeDefault
  terminationGracePeriodSeconds: 30
  tolerations:
  - effect: NoExecute
    operator: Exists
  volumes:
  - hostPath:
      path: /etc/kubernetes/pki/etcd
      type: DirectoryOrCreate
    name: etcd-certs
  - hostPath:
      path: /var/lib/etcd
      type: DirectoryOrCreate
    name: etcd-data
status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2026-03-19T08:58:55Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-03-19T08:59:05Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-03-19T08:59:05Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-03-19T08:58:55Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://a6798bf79e25c441d77e45da0e8ad4162475b4c3e23c78f2479b24d29c528ac5
    image: harbor.atmosphere.dev/registry.k8s.io/etcd:3.5.12-0
    imageID: harbor.atmosphere.dev/registry.k8s.io/etcd@sha256:44a8e24dcbba3470ee1fee21d5e88d128c936e9b55d4bc51fbef8086f8ed123b
    lastState: {}
    name: etcd
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-03-19T08:58:49Z"
  hostIP: 199.19.213.181
  phase: Running
  podIP: 199.19.213.181
  podIPs:
  - ip: 199.19.213.181
  qosClass: Burstable
  startTime: "2026-03-19T08:58:55Z"
