spring-cloud / spring-cloud-deployer-kubernetes

The Spring Cloud Deployer implementation for Kubernetes
Apache License 2.0
157 stars 97 forks source link

BackoffLimit for SCDF Tasks are not passed to PODS while executing in Openshift environment #539

Open fgapito opened 1 year ago

fgapito commented 1 year ago

Hi,

I still cannot schedule task with backoffLimit = 0. I put this on my scdf (v. 2.10.3) application.yml file: image

I see that openshift cronjobs are still generated without backoffLimit property.

What else I have to do to let it works?

Thank you.

f

fgapito commented 1 year ago

I did this way and now it works: https://github.com/spring-cloud/spring-cloud-deployer-kubernetes/issues/398#issuecomment-1567054854