Search code examples
spring-cloud-dataflow

Tasks will not run in Spring Cloud Data Flow (Docker/K8S)


Last week I installed the Docker/Kubernetes based version of Spring Cloud Data Flow

Although there were not overt errors, things are not working correctly.

I am able to create streams and tasks in the web UI and Spring Cloud Data Flow Shell but nothing runs.

I am most interested in Tasks.

When I create them, they all show with a Task Status of UNKNOWN.

Unfortunately, no matter how many times I launch them, the status always remains UNKNOWN.

I'm able to delete them but what magic must I use to make them run?


Solution

  • This was a misconfiguration on my end.

    I'm able to run as expected now.