spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

deployment.nodeSelector not working

Open peter-cheon opened this issue 11 months ago • 1 comments
trafficstars

Hello,

I was following the guide at https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/ to use nodeSelector.

While I attempted to use deployment.nodeSelector as mentioned in the guide, it did not work as expected. However, using nodeSelector worked properly.

The complete property is as follows:

deployer.billing-source.kubernetes.nodeSelector=node-group:worker-hn1

Therefore, I believe the guide should remove the mention of deployment in this context.

Thank you.

peter-cheon avatar Dec 10 '24 10:12 peter-cheon

Thank you @peter-cheon for finding and reporting this!

cppwfs avatar Dec 10 '24 13:12 cppwfs