apiVersion: v1
kind: Pod
metadata:
  annotations:
    kubeadm.kubernetes.io/etcd.advertise-client-urls: https://199.204.45.115:2379
    kubernetes.io/config.hash: 1a29fbb7c69c74d22adf0006e3d57e96
    kubernetes.io/config.mirror: 1a29fbb7c69c74d22adf0006e3d57e96
    kubernetes.io/config.seen: "2026-04-01T10:14:47.532562646Z"
    kubernetes.io/config.source: file
  creationTimestamp: "2026-04-01T10:14:54Z"
  generation: 1
  labels:
    component: etcd
    tier: control-plane
  name: etcd-controller
  namespace: kube-system
  ownerReferences:
  - apiVersion: v1
    controller: true
    kind: Node
    name: controller
    uid: 2f70858d-6874-4bb7-8682-3d72f10ec065
  resourceVersion: "394"
  uid: fc09ca48-3041-441f-96a9-2d04407e030f
spec:
  containers:
  - command:
    - etcd
    - --advertise-client-urls=https://199.204.45.115: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.115:2380
    - --initial-cluster=controller=https://199.204.45.115:2380
    - --key-file=/etc/kubernetes/pki/etcd/server.key
    - --listen-client-urls=https://127.0.0.1:2379,https://199.204.45.115:2379
    - --listen-metrics-urls=http://127.0.0.1:2381
    - --listen-peer-urls=https://199.204.45.115:2380
    - --name=controller
    - --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
  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-01T10:14:56Z"
    status: "True"
    type: PodReadyToStartContainers
  - lastProbeTime: null
    lastTransitionTime: "2026-04-01T10:14:56Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-04-01T10:15:04Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-04-01T10:15:04Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-04-01T10:14:56Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - allocatedResources:
      cpu: 100m
      memory: 100Mi
    containerID: containerd://af36a50a2b768801e5a234c9deddba3be64de99d29e2d8f651b40d4666e85b7d
    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-01T10:14:50Z"
    user:
      linux:
        gid: 0
        supplementalGroups:
        - 0
        uid: 0
  hostIP: 199.204.45.115
  hostIPs:
  - ip: 199.204.45.115
  phase: Running
  podIP: 199.204.45.115
  podIPs:
  - ip: 199.204.45.115
  qosClass: Burstable
  startTime: "2026-04-01T10:14:56Z"
