spring-cloud / spring-cloud-dataflow

A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
https://dataflow.spring.io
Apache License 2.0
1.11k stars 580 forks source link

The nodeSelector is not specified when the task is executed. #6006

Open alsdud154 opened 2 weeks ago

alsdud154 commented 2 weeks ago

When running LAUNCH TASK or SCHEDULE TASK, the nodeSelector runs unspecified.

image image
corneil commented 2 weeks ago

I test on 2.11.5 with local microk8s and chose a label from the local node and applied to nodeSelector on launch microk8s.io/cluster:true and the nodeSelector value was present as expected.

Can you provide a describe of the node in question?