apiVersion: v1
kind: Pod
metadata:
  annotations:
    kubernetes.io/config.hash: 4cec6c3159d80558328947d0819d07fb
    kubernetes.io/config.mirror: 4cec6c3159d80558328947d0819d07fb
    kubernetes.io/config.seen: "2026-02-18T14:05:32.534431368Z"
    kubernetes.io/config.source: file
  creationTimestamp: "2026-02-18T14:05:32Z"
  labels:
    component: kube-scheduler
    tier: control-plane
  name: kube-scheduler-instance
  namespace: kube-system
  ownerReferences:
  - apiVersion: v1
    controller: true
    kind: Node
    name: instance
    uid: 27a05f96-fc38-48fe-82f9-04c5c1a794e1
  resourceVersion: "452"
  uid: 3f7da45d-3fe8-4333-9811-8113023afb11
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.28.13
    imagePullPolicy: IfNotPresent
    livenessProbe:
      failureThreshold: 8
      httpGet:
        path: /healthz
        port: 10259
        scheme: HTTPS
      initialDelaySeconds: 10
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 15
    name: kube-scheduler
    resources:
      requests:
        cpu: 100m
    startupProbe:
      failureThreshold: 24
      httpGet:
        path: /healthz
        port: 10259
        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: instance
  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-02-18T14:05:32Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-02-18T14:05:44Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-02-18T14:05:44Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-02-18T14:05:32Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://f5be84d5d87a4f7bfabd22cd601f3ff89fe5cb8ec3054be55a0d1b1ee0dce111
    image: registry.k8s.io/kube-scheduler:v1.28.13
    imageID: registry.k8s.io/kube-scheduler@sha256:efeb791718f4b9c62bd683f5b403da520f3651cb36ad9f800e0f98b595beafa4
    lastState: {}
    name: kube-scheduler
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-02-18T14:05:26Z"
  hostIP: 199.204.45.102
  phase: Running
  podIP: 199.204.45.102
  podIPs:
  - ip: 199.204.45.102
  qosClass: Burstable
  startTime: "2026-02-18T14:05:32Z"
