apiVersion: v1
kind: Pod
metadata:
  annotations:
    kubernetes.io/config.hash: 44b821b469dfbef2469fa7aa6fa56b91
    kubernetes.io/config.mirror: 44b821b469dfbef2469fa7aa6fa56b91
    kubernetes.io/config.seen: "2026-03-25T09:10:18.707923156Z"
    kubernetes.io/config.source: file
  creationTimestamp: "2026-03-25T09:10:20Z"
  generation: 1
  labels:
    component: kube-scheduler
    tier: control-plane
  name: kube-scheduler-controller-2
  namespace: kube-system
  ownerReferences:
  - apiVersion: v1
    controller: true
    kind: Node
    name: controller-2
    uid: c21050ec-53b4-4e59-8da6-3fe85b4161c7
  resourceVersion: "4876"
  uid: ccc8752a-d60c-4ea8-a7ce-8e9c6ee2198c
spec:
  containers:
  - command:
    - kube-scheduler
    - --authentication-kubeconfig=/etc/kubernetes/scheduler.conf
    - --authorization-kubeconfig=/etc/kubernetes/scheduler.conf
    - --bind-address=0.0.0.0
    - --kubeconfig=/etc/kubernetes/scheduler.conf
    - --leader-elect=true
    - --tls-min-version=VersionTLS13
    image: registry.k8s.io/kube-scheduler:v1.34.0
    imagePullPolicy: IfNotPresent
    livenessProbe:
      failureThreshold: 8
      httpGet:
        path: /livez
        port: probe-port
        scheme: HTTPS
      initialDelaySeconds: 10
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 15
    name: kube-scheduler
    ports:
    - containerPort: 10259
      hostPort: 10259
      name: probe-port
      protocol: TCP
    readinessProbe:
      failureThreshold: 3
      httpGet:
        path: /readyz
        port: probe-port
        scheme: HTTPS
      periodSeconds: 1
      successThreshold: 1
      timeoutSeconds: 15
    resources:
      requests:
        cpu: 100m
    startupProbe:
      failureThreshold: 24
      httpGet:
        path: /livez
        port: probe-port
        scheme: HTTPS
      initialDelaySeconds: 10
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 15
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /etc/kubernetes/scheduler.conf
      name: kubeconfig
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  hostNetwork: true
  nodeName: controller-2
  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/scheduler.conf
      type: FileOrCreate
    name: kubeconfig
status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2026-03-25T09:10:19Z"
    status: "True"
    type: PodReadyToStartContainers
  - lastProbeTime: null
    lastTransitionTime: "2026-03-25T09:10:18Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-03-25T09:10:55Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-03-25T09:10:55Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-03-25T09:10:18Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - allocatedResources:
      cpu: 100m
    containerID: containerd://2248314d235bf10c4c556fd7060d21937b78aea29c719f78906abb66c0660f99
    image: registry.k8s.io/kube-scheduler:v1.34.0
    imageID: registry.k8s.io/kube-scheduler@sha256:8fbe6d18415c8af9b31e177f6e444985f3a87349e083fe6eadd36753dddb17ff
    lastState:
      terminated:
        containerID: containerd://baa64da3ac0f996319794c0aadfc9da1785f2e015d91108919ea99a29f952f18
        exitCode: 1
        finishedAt: "2026-03-25T09:10:21Z"
        reason: Error
        startedAt: "2026-03-25T09:10:20Z"
    name: kube-scheduler
    ready: true
    resources:
      requests:
        cpu: 100m
    restartCount: 2
    started: true
    state:
      running:
        startedAt: "2026-03-25T09:10:31Z"
    user:
      linux:
        gid: 0
        supplementalGroups:
        - 0
        uid: 0
    volumeMounts:
    - mountPath: /etc/kubernetes/scheduler.conf
      name: kubeconfig
      readOnly: true
      recursiveReadOnly: Disabled
  hostIP: 199.204.45.44
  hostIPs:
  - ip: 199.204.45.44
  phase: Running
  podIP: 199.204.45.44
  podIPs:
  - ip: 199.204.45.44
  qosClass: Burstable
  startTime: "2026-03-25T09:10:18Z"
