apiVersion: v1
kind: Pod
metadata:
  annotations:
    kubeadm.kubernetes.io/etcd.advertise-client-urls: https://162.253.55.140:2379
    kubernetes.io/config.hash: d638ee4df244b31f9964f8c0742b74f9
    kubernetes.io/config.mirror: d638ee4df244b31f9964f8c0742b74f9
    kubernetes.io/config.seen: "2026-03-09T06:15:32.316225826Z"
    kubernetes.io/config.source: file
  creationTimestamp: "2026-03-09T06:15:32Z"
  labels:
    component: etcd
    tier: control-plane
  name: etcd-instance
  namespace: kube-system
  ownerReferences:
  - apiVersion: v1
    controller: true
    kind: Node
    name: instance
    uid: 88c00477-6979-47c6-b9d4-6091ba9529a3
  resourceVersion: "410"
  uid: a82305a0-5510-46ee-ae17-c4b2d59d9b3d
spec:
  containers:
  - command:
    - etcd
    - --advertise-client-urls=https://162.253.55.140: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://162.253.55.140:2380
    - --initial-cluster=instance=https://162.253.55.140:2380
    - --key-file=/etc/kubernetes/pki/etcd/server.key
    - --listen-client-urls=https://127.0.0.1:2379,https://162.253.55.140:2379
    - --listen-metrics-urls=http://127.0.0.1:2381
    - --listen-peer-urls=https://162.253.55.140: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-09T06:15:32Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-03-09T06:15:42Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-03-09T06:15:42Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-03-09T06:15:32Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://3c5349962a5bda7b365445d26363a39ab3d56abe365ff865012b54c083bd6243
    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-09T06:15:26Z"
  hostIP: 162.253.55.140
  phase: Running
  podIP: 162.253.55.140
  podIPs:
  - ip: 162.253.55.140
  qosClass: Burstable
  startTime: "2026-03-09T06:15:32Z"
