0

The deploy status shows undeployed in latest Spring Cloud Dataflow UI though it's deployed

enter image description here

enter image description here

Name: spring-cloud-dataflow-server Version: 2.5.0.BUILD-SNAPSHOT

techpro
  • 71
  • 1
  • 9
  • Checked the kubernetes, the pod creation seems to get stuck though stream status is deploy and undeploy. Only on deleting the resource section in deploy yaml pods for both app get created. I have encountered this delete resource section to create app pod few times. – techpro May 14 '20 at 19:50
  • Hi, @techpro. If this reproducible, please open an issue in GH with as many details as possible. We can have a look. – Sabby Anandan May 15 '20 at 01:41
  • Thank you filed it in GH – techpro May 15 '20 at 16:33
  • Is there any way to change the default resource limit in SCDF (environment/config etc..) to over come this issue as on deploy always the resource get set to below and fails. resources: limits: cpu: 500m memory: 1Gi – techpro May 23 '20 at 20:18
  • @SabbyAnandan Below was the root cause for this issue. Increasing the kubernetes node(machine) CPU size fixed the problem. Able to deploy without any issues. https://github.com/kubernetes/kubernetes/issues/33777 – techpro May 23 '20 at 21:21
  • Ah, yeah, this is a common problem. As soon as you describe the pods that aren't able to start, you would have spotted this right away. Anyway, I am glad you were able to get things up and running. We will still check the UI/API calls on our side. – Sabby Anandan May 24 '20 at 15:40

0 Answers0