Chris Schaefer
Chris Schaefer
looks more an unimplemented use case than bug. also `concurrencyPolicy` currently isn't a supported property. supported deployer properties can be found in the corresponding documentation, for example: https://docs.spring.io/spring-cloud-dataflow/docs/2.6.1/reference/htmlsingle/#configuration-kubernetes-deployer
please provide * reproducible steps to create a scheduled job in the same way you are * the changes you are trying to make when editing object(s) directly
looks like there are a couple things here.. i don't have openshift to test against but that's likely not a concern. i've made an attempt to reproduce what your seeing...
@jvalkeal is this still an issue? @ilayaperumalg had done some work here https://github.com/spring-cloud/spring-cloud-deployer-kubernetes/blob/master/src/main/java/org/springframework/cloud/deployer/spi/kubernetes/KubernetesAutoConfiguration.java#L63
just a note; not specific to minikube in anyway and you can set this property, just may not be in whatever UI widgets (might have to enter manually in some...
“wasn’t added into k8s deployer properties” as in meaning exposed as a global property or something else? global/per app is considered on a per property basis
sure - feel free to work on any open issues. thanks!
@sscaling in kubernetes for example when setting the `runAsUser` value, when the container starts you get the following error: `/usr/bin/start-kafka.sh: line 100: /opt/kafka/config/server.properties: Permission denied` which is: `echo "" >>...