apiVersion: v1
kind: Pod
metadata:
  annotations:
    kubernetes.io/config.hash: 77305654fd6d0b53770318d31a02dcd3
    kubernetes.io/config.mirror: 77305654fd6d0b53770318d31a02dcd3
    kubernetes.io/config.seen: "2026-06-09T18:09:08.220852449Z"
    kubernetes.io/config.source: file
  creationTimestamp: "2026-06-09T18:09:09Z"
  generation: 1
  labels:
    component: kube-scheduler
    tier: control-plane
  name: kube-scheduler-controller-1
  namespace: kube-system
  ownerReferences:
  - apiVersion: v1
    controller: true
    kind: Node
    name: controller-1
    uid: 8fa0fc1d-1e7b-489f-b72e-a6da1a0b3267
  resourceVersion: "4895"
  uid: 502e9999-63da-41e1-bdcd-b8bf512c716e
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-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/scheduler.conf
      type: FileOrCreate
    name: kubeconfig
status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2026-06-09T18:09:09Z"
    status: "True"
    type: PodReadyToStartContainers
  - lastProbeTime: null
    lastTransitionTime: "2026-06-09T18:09:08Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-06-09T18:10:37Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-06-09T18:10:37Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-06-09T18:09:08Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - allocatedResources:
      cpu: 100m
    containerID: containerd://8461279d5e199c6298f71a6134ac20c2a55c6b344c3d60f662953b01445febb6
    image: registry.k8s.io/kube-scheduler:v1.34.0
    imageID: registry.k8s.io/kube-scheduler@sha256:8fbe6d18415c8af9b31e177f6e444985f3a87349e083fe6eadd36753dddb17ff
    lastState:
      terminated:
        containerID: containerd://794d398ebae025a2e0d08f0c265ef9680eff44dbb57ae3756999b466b74e30d2
        exitCode: 1
        finishedAt: "2026-06-09T18:09:52Z"
        reason: Error
        startedAt: "2026-06-09T18:09:28Z"
    name: kube-scheduler
    ready: true
    resources:
      requests:
        cpu: 100m
    restartCount: 3
    started: true
    state:
      running:
        startedAt: "2026-06-09T18:10:24Z"
    user:
      linux:
        gid: 0
        supplementalGroups:
        - 0
        uid: 0
    volumeMounts:
    - mountPath: /etc/kubernetes/scheduler.conf
      name: kubeconfig
      readOnly: true
      recursiveReadOnly: Disabled
  hostIP: 199.204.45.244
  hostIPs:
  - ip: 199.204.45.244
  phase: Running
  podIP: 199.204.45.244
  podIPs:
  - ip: 199.204.45.244
  qosClass: Burstable
  startTime: "2026-06-09T18:09:08Z"
