kube-scheduler-csfarm-controlplane-02 created 2026-09-18 20:54:15, version 572

kubernetes.io/config.hash: 4ecbe8bc12d402e234784fc0a1543bb6 kubernetes.io/config.mirror: 4ecbe8bc12d402e234784fc0a1543bb6 kubernetes.io/config.seen: 2026-09-18T20:53:26.580523760Z kubernetes.io/config.source: http talos.dev/config-version: 1 talos.dev/secrets-version: 1

Spec

containers:
- command:
  - /usr/local/bin/kube-scheduler
  - --authentication-kubeconfig=/system/secrets/kubernetes/kube-scheduler/kubeconfig
  - --authentication-tolerate-lookup-failure=false
  - --authorization-kubeconfig=/system/secrets/kubernetes/kube-scheduler/kubeconfig
  - --bind-address=127.0.0.1
  - --config=/system/config/kubernetes/kube-scheduler/scheduler-config.yaml
  - --leader-elect=true
  - --profiling=false
  - --tls-min-version=VersionTLS13
  env:
  - name: POD_IP
    valueFrom:
      fieldRef:
        apiVersion: v1
        fieldPath: status.podIP
  image: registry.k8s.io/kube-scheduler:v1.36.4
  imagePullPolicy: IfNotPresent
  livenessProbe:
    failureThreshold: 3
    httpGet:
      host: localhost
      path: /livez
      port: 10259
      scheme: HTTPS
    periodSeconds: 10
    successThreshold: 1
    timeoutSeconds: 1
  name: kube-scheduler
  readinessProbe:
    failureThreshold: 3
    httpGet:
      host: localhost
      path: /readyz
      port: 10259
      scheme: HTTPS
    periodSeconds: 10
    successThreshold: 1
    timeoutSeconds: 1
  resources:
    requests:
      cpu: 10m
      memory: 64Mi
  securityContext:
    allowPrivilegeEscalation: false
    capabilities:
      drop:
      - ALL
    seccompProfile:
      type: RuntimeDefault
  startupProbe:
    failureThreshold: 3
    httpGet:
      host: localhost
      path: /livez
      port: 10259
      scheme: HTTPS
    periodSeconds: 10
    successThreshold: 1
    timeoutSeconds: 1
  terminationMessagePath: /dev/termination-log
  terminationMessagePolicy: File
  volumeMounts:
  - mountPath: /system/secrets/kubernetes/kube-scheduler
    name: secrets
    readOnly: true
  - mountPath: /system/config/kubernetes/kube-scheduler
    name: config
    readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
hostNetwork: true
nodeName: csfarm-controlplane-02
preemptionPolicy: PreemptLowerPriority
priority: 2000000000
priorityClassName: system-cluster-critical
restartPolicy: Always
schedulerName: default-scheduler
securityContext:
  runAsGroup: 65536
  runAsNonRoot: true
  runAsUser: 65536
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
  key: node.kubernetes.io/not-ready
  operator: Exists
  tolerationSeconds: 300
- effect: NoExecute
  key: node.kubernetes.io/unreachable
  operator: Exists
  tolerationSeconds: 300
volumes:
- hostPath:
    path: /system/secrets/kubernetes/kube-scheduler
    type: ''
  name: secrets
- hostPath:
    path: /system/config/kubernetes/kube-scheduler
    type: ''
  name: config

Status

allocatedResources:
  cpu: 10m
  memory: 64Mi
conditions:
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:53:27Z'
  status: 'True'
  type: PodReadyToStartContainers
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:53:26Z'
  status: 'True'
  type: Initialized
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:53:56Z'
  status: 'True'
  type: Ready
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:53:56Z'
  status: 'True'
  type: ContainersReady
- lastProbeTime: null
  lastTransitionTime: '2026-09-18T20:53:26Z'
  status: 'True'
  type: PodScheduled
containerStatuses:
- allocatedResources:
    cpu: 10m
    memory: 64Mi
  containerID: containerd://ce5392f387ea5f7d78959d2a23faf7e4d4b209c8f84d5a0f4345e05cba98fb8e
  image: registry.k8s.io/kube-scheduler:v1.36.4
  imageID: registry.k8s.io/kube-scheduler@sha256:7d84d58f091f16399673c87ccf579de50ac6ede39a2d6b82946c2dd5d7838ffc
  lastState:
    terminated:
      containerID: containerd://5744c2c35f1fc6bfc137a785e60016673a035f2579e5c1140203f1bf19f02dfa
      exitCode: 1
      finishedAt: '2026-09-18T20:53:43Z'
      reason: Error
      startedAt: '2026-09-18T20:53:32Z'
  name: kube-scheduler
  ready: true
  resources:
    requests:
      cpu: 10m
      memory: 64Mi
  restartCount: 1
  started: true
  state:
    running:
      startedAt: '2026-09-18T20:53:44Z'
  user:
    linux:
      gid: 65536
      supplementalGroups:
      - 65536
      uid: 65536
  volumeMounts:
  - mountPath: /system/secrets/kubernetes/kube-scheduler
    name: secrets
    readOnly: true
    recursiveReadOnly: Disabled
  - mountPath: /system/config/kubernetes/kube-scheduler
    name: config
    readOnly: true
    recursiveReadOnly: Disabled
hostIP: 172.29.21.217
hostIPs:
- ip: 172.29.21.217
phase: Running
podIP: 172.29.21.217
podIPs:
- ip: 172.29.21.217
qosClass: Burstable
resources:
  requests:
    cpu: 10m
    memory: 64Mi
startTime: '2026-09-18T20:53:26Z'

Events

Type Reason Age From Message
No events found.