Closed sabbyanandan closed 5 years ago
Update: In the next minor release, we are merging K8s-scheduler implementation into K8s-deployer proper. So, no more duplicate codebase; likewise, there will be support for all the existing K8s overrides including volumeMounts, podAnnotations, jobAnnotations, nodeSelectors, and others.
For more details, please review: https://github.com/spring-cloud/spring-cloud-deployer/issues/310
And the child stories:
This project will not be maintained after the next release.
As a user, I'd like to have the option to override and influence the deployed pods/jobs with
podAnnotations
andjobAnnotations
respectively.Both of these would apply at the same level as other scheduler-properties as far as the schedulers lifecycle management goes.
Once when this is available, we would have to document it in SCDF.