deployment.nodeSelector not working
Opened this issue · 1 comments
peter-cheon commented
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.
cppwfs commented
Thank you @peter-cheon for finding and reporting this!