apiVersion: v1
kind: Pod
metadata:
  annotations:
    kubeadm.kubernetes.io/etcd.advertise-client-urls: https://199.204.45.229:2379
    kubernetes.io/config.hash: f0bcf18ad9e8bb34d124de8de7c1c4c1
    kubernetes.io/config.mirror: f0bcf18ad9e8bb34d124de8de7c1c4c1
    kubernetes.io/config.seen: "2026-04-20T17:45:43.016061784Z"
    kubernetes.io/config.source: file
  creationTimestamp: "2026-04-20T17:45:43Z"
  generation: 1
  labels:
    component: etcd
    tier: control-plane
  name: etcd-controller-1
  namespace: kube-system
  ownerReferences:
  - apiVersion: v1
    controller: true
    kind: Node
    name: controller-1
    uid: d175f3c7-22a4-4efb-a99a-d2887a5ecea8
  resourceVersion: "432"
  uid: 39c1768a-a1bf-4509-8bf5-7dd0fb684255
spec:
  containers:
  - command:
    - etcd
    - --advertise-client-urls=https://199.204.45.229:2379
    - --cert-file=/etc/kubernetes/pki/etcd/server.crt
    - --client-cert-auth=true
    - --data-dir=/var/lib/etcd
    - --feature-gates=InitialCorruptCheck=true
    - --initial-advertise-peer-urls=https://199.204.45.229:2380
    - --initial-cluster=controller-1=https://199.204.45.229:2380
    - --key-file=/etc/kubernetes/pki/etcd/server.key
    - --listen-client-urls=https://127.0.0.1:2379,https://199.204.45.229:2379
    - --listen-metrics-urls=http://127.0.0.1:2381
    - --listen-peer-urls=https://199.204.45.229:2380
    - --name=controller-1
    - --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
    - --watch-progress-notify-interval=5s
    image: registry.k8s.io/etcd:3.6.4-0
    imagePullPolicy: IfNotPresent
    livenessProbe:
      failureThreshold: 8
      httpGet:
        host: 127.0.0.1
        path: /livez
        port: probe-port
        scheme: HTTP
      initialDelaySeconds: 10
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 15
    name: etcd
    ports:
    - containerPort: 2381
      hostPort: 2381
      name: probe-port
      protocol: TCP
    readinessProbe:
      failureThreshold: 3
      httpGet:
        host: 127.0.0.1
        path: /readyz
        port: probe-port
        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: probe-port
        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: controller-1
  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-20T17:45:43Z"
    status: "True"
    type: PodReadyToStartContainers
  - lastProbeTime: null
    lastTransitionTime: "2026-04-20T17:45:43Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-04-20T17:45:55Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-04-20T17:45:55Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-04-20T17:45:43Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - allocatedResources:
      cpu: 100m
      memory: 100Mi
    containerID: containerd://81766e25b1a92a7e8d50e4c43e48f2c7a47ea06aed5cfe746dff4bba207a77ba
    image: registry.k8s.io/etcd:3.6.4-0
    imageID: registry.k8s.io/etcd@sha256:e36c081683425b5b3bc1425bc508b37e7107bb65dfa9367bf5a80125d431fa19
    lastState: {}
    name: etcd
    ready: true
    resources:
      requests:
        cpu: 100m
        memory: 100Mi
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-04-20T17:45:38Z"
    user:
      linux:
        gid: 0
        supplementalGroups:
        - 0
        uid: 0
  hostIP: 199.204.45.229
  hostIPs:
  - ip: 199.204.45.229
  phase: Running
  podIP: 199.204.45.229
  podIPs:
  - ip: 199.204.45.229
  qosClass: Burstable
  startTime: "2026-04-20T17:45:43Z"
