You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the spring.cloud.deployment.kubernetes.create-job can only be established when the TaskLauncher is created. However, the other deployment properties can be set at task launch time. We can use the create-job the user specifies at launch time. This will be a breaking change for those users who currently use the KubernetesTaskLauncher and expect the value to be set at constructor time.
The text was updated successfully, but these errors were encountered:
Currently the
spring.cloud.deployment.kubernetes.create-job
can only be established when the TaskLauncher is created. However, the other deployment properties can be set at task launch time. We can use the create-job the user specifies at launch time. This will be a breaking change for those users who currently use theKubernetesTaskLauncher
and expect the value to be set at constructor time.The text was updated successfully, but these errors were encountered: