Prevent node-problem-detector from being scheduled on Windows nodes.

This commit is contained in:
Hanchi Zhang 2025-02-28 19:03:00 +00:00
parent ef1c659569
commit 0d7c9aa816

View File

@ -43,6 +43,8 @@ spec:
app.kubernetes.io/name: node-problem-detector
app.kubernetes.io/version: v0.8.20
spec:
nodeSelectors:
kubernetes.io/os: linux
containers:
- name: node-problem-detector
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.20