spring-attic / spring-cloud-scheduler-kubernetes

Apache License 2.0
8 stars 10 forks source link

Add support for podAnnotations and jobAnnotations #23

Closed sabbyanandan closed 5 years ago

sabbyanandan commented 5 years ago

As a user, I'd like to have the option to override and influence the deployed pods/jobs with podAnnotations and jobAnnotations 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.

sabbyanandan commented 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: image

This project will not be maintained after the next release.