apiVersion: v1
kind: Pod
metadata:
  annotations:
    kubeadm.kubernetes.io/etcd.advertise-client-urls: https://199.204.45.35:2379
    kubernetes.io/config.hash: 0f72f25876bb6a604e7c12b19b62348b
    kubernetes.io/config.mirror: 0f72f25876bb6a604e7c12b19b62348b
    kubernetes.io/config.seen: "2026-04-08T03:08:56.695970939Z"
    kubernetes.io/config.source: file
  creationTimestamp: "2026-04-08T03:08:56Z"
  labels:
    component: etcd
    tier: control-plane
  name: etcd-instance
  namespace: kube-system
  ownerReferences:
  - apiVersion: v1
    controller: true
    kind: Node
    name: instance
    uid: ccaa9759-149d-42d6-bff3-3e686e0b1ca8
  resourceVersion: "404"
  uid: 13a6d34e-e9ce-4a16-8275-136ac8ffb835
spec:
  containers:
  - command:
    - etcd
    - --advertise-client-urls=https://199.204.45.35: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.204.45.35:2380
    - --initial-cluster=instance=https://199.204.45.35:2380
    - --key-file=/etc/kubernetes/pki/etcd/server.key
    - --listen-client-urls=https://127.0.0.1:2379,https://199.204.45.35:2379
    - --listen-metrics-urls=http://127.0.0.1:2381
    - --listen-peer-urls=https://199.204.45.35: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-04-08T03:08:56Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-04-08T03:09:05Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-04-08T03:09:05Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-04-08T03:08:56Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://19e252d22d56565baa60ec2abc5a1d48492cfc446e6ffec671cd4d7db381a11f
    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-04-08T03:08:51Z"
  hostIP: 199.204.45.35
  phase: Running
  podIP: 199.204.45.35
  podIPs:
  - ip: 199.204.45.35
  qosClass: Burstable
  startTime: "2026-04-08T03:08:56Z"
