apiVersion: v1
kind: Pod
metadata:
  annotations:
    kubeadm.kubernetes.io/etcd.advertise-client-urls: https://199.204.45.227:2379
    kubernetes.io/config.hash: a85adde95418138e44c8e7c5df791e17
    kubernetes.io/config.mirror: a85adde95418138e44c8e7c5df791e17
    kubernetes.io/config.seen: "2026-06-08T08:44:01.257341459Z"
    kubernetes.io/config.source: file
  creationTimestamp: "2026-06-08T08:44:07Z"
  labels:
    component: etcd
    tier: control-plane
  name: etcd-instance
  namespace: kube-system
  ownerReferences:
  - apiVersion: v1
    controller: true
    kind: Node
    name: instance
    uid: 60f258de-1853-45af-8217-343fecf623bb
  resourceVersion: "311"
  uid: 652ec95b-7740-4914-a997-bb3101d136c1
spec:
  containers:
  - command:
    - etcd
    - --advertise-client-urls=https://199.204.45.227: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.227:2380
    - --initial-cluster=instance=https://199.204.45.227:2380
    - --key-file=/etc/kubernetes/pki/etcd/server.key
    - --listen-client-urls=https://127.0.0.1:2379,https://199.204.45.227:2379
    - --listen-metrics-urls=http://127.0.0.1:2381
    - --listen-peer-urls=https://199.204.45.227: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.24-0
    imagePullPolicy: IfNotPresent
    livenessProbe:
      failureThreshold: 8
      httpGet:
        host: 127.0.0.1
        path: /livez
        port: 2381
        scheme: HTTP
      initialDelaySeconds: 10
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 15
    name: etcd
    readinessProbe:
      failureThreshold: 3
      httpGet:
        host: 127.0.0.1
        path: /readyz
        port: 2381
        scheme: HTTP
      periodSeconds: 1
      successThreshold: 1
      timeoutSeconds: 15
    resources:
      requests:
        cpu: 100m
        memory: 100Mi
    startupProbe:
      failureThreshold: 24
      httpGet:
        host: 127.0.0.1
        path: /readyz
        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-06-08T08:44:08Z"
    status: "True"
    type: PodReadyToStartContainers
  - lastProbeTime: null
    lastTransitionTime: "2026-06-08T08:44:08Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-06-08T08:44:13Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-06-08T08:44:13Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-06-08T08:44:08Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://72ec8e65b6d3e1633c8dc3e9081f61a7a09c9c8283f016ae3973923e38f32982
    image: harbor.atmosphere.dev/registry.k8s.io/etcd:3.5.24-0
    imageID: harbor.atmosphere.dev/registry.k8s.io/etcd@sha256:251e7e490f64859d329cd963bc879dc04acf3d7195bb52c4c50b4a07bedf37d6
    lastState: {}
    name: etcd
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-06-08T08:44:03Z"
  hostIP: 199.204.45.227
  hostIPs:
  - ip: 199.204.45.227
  phase: Running
  podIP: 199.204.45.227
  podIPs:
  - ip: 199.204.45.227
  qosClass: Burstable
  startTime: "2026-06-08T08:44:08Z"
