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

Multiple SCDF's in one k8s namespace

Open Setxand opened this issue 1 year ago • 0 comments

Hey, I have on the k8s cluster 2 SCDF servers, one for the real scheduled executions, one for the automated tests with the small amount of data, it works well, but if you have 2 SCDF servers on one k8s namespace you'll have all the schedules created in both servers, because the schedules data is got from the k8s cronjobs with no filters by the platform or some tags. it would be great to add the possibility to differentiate the schedules between the different SCDF servers in one k8s cluster.

Setxand avatar Apr 01 '24 12:04 Setxand