apiVersion: v1
kind: Pod
metadata:
  annotations:
    kubernetes.io/config.hash: 3011c9e0d98f466e5b99957787f12599
    kubernetes.io/config.mirror: 3011c9e0d98f466e5b99957787f12599
    kubernetes.io/config.seen: "2026-05-14T01:19:59.913343392Z"
    kubernetes.io/config.source: file
  creationTimestamp: "2026-05-14T01:20:01Z"
  generation: 1
  labels:
    component: kube-scheduler
    tier: control-plane
  name: kube-scheduler-controller-3
  namespace: kube-system
  ownerReferences:
  - apiVersion: v1
    controller: true
    kind: Node
    name: controller-3
    uid: fe33be66-b68e-42ca-b722-c7a8d38431c2
  resourceVersion: "5199"
  uid: ddf71526-f55b-426f-903f-3eede6a26ef6
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-3
  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-05-14T01:20:00Z"
    status: "True"
    type: PodReadyToStartContainers
  - lastProbeTime: null
    lastTransitionTime: "2026-05-14T01:20:00Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-05-14T01:20:47Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-05-14T01:20:47Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-05-14T01:20:00Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - allocatedResources:
      cpu: 100m
    containerID: containerd://7e12a8fda8cd75c407a86c95fd2c753f5fbf684d0c2d72f98c90ab2059c2ca79
    image: registry.k8s.io/kube-scheduler:v1.34.0
    imageID: registry.k8s.io/kube-scheduler@sha256:8fbe6d18415c8af9b31e177f6e444985f3a87349e083fe6eadd36753dddb17ff
    lastState:
      terminated:
        containerID: containerd://7f295570d6cb36b1eb406fd558539f3f5ff05912dcb646490657cb70a0993981
        exitCode: 1
        finishedAt: "2026-05-14T01:20:01Z"
        reason: Error
        startedAt: "2026-05-14T01:20:00Z"
    name: kube-scheduler
    ready: true
    resources:
      requests:
        cpu: 100m
    restartCount: 1
    started: true
    state:
      running:
        startedAt: "2026-05-14T01:20:02Z"
    user:
      linux:
        gid: 0
        supplementalGroups:
        - 0
        uid: 0
    volumeMounts:
    - mountPath: /etc/kubernetes/scheduler.conf
      name: kubeconfig
      readOnly: true
      recursiveReadOnly: Disabled
  hostIP: 199.204.45.129
  hostIPs:
  - ip: 199.204.45.129
  phase: Running
  podIP: 199.204.45.129
  podIPs:
  - ip: 199.204.45.129
  qosClass: Burstable
  startTime: "2026-05-14T01:20:00Z"
