Kubernetes - Scheduling
How should you configure a DaemonSet to run pods only on Linux nodes and avoid Windows nodes in your Kubernetes cluster?
kubernetes.io/os=linux.nodeSelector: kubernetes.io/os: linux restricts pods to Linux nodes.nodeSelector: kubernetes.io/os: linux and no tolerations -> Option D15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions