-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Trait] Extend affinity trait to CronJobs and KnativeServices #2047
Comments
I am going to work on this. I already made some similar work in 5dac0b8. I think we can refactor to have a unique place for all traits. |
squakez
added a commit
to squakez/camel-k
that referenced
this issue
Mar 1, 2021
* Moved the logic of retrieving the deployment strategy outside toleration trait Ref apache#2047
squakez
added a commit
to squakez/camel-k
that referenced
this issue
Mar 1, 2021
* Introduced the trait for Knative and CronJob Closes apache#2047
squakez
added a commit
to squakez/camel-k
that referenced
this issue
Mar 2, 2021
* Added a check to raise an error on nil PodSpec for affinity and toleration traits * Related unit test Ref apache#2047
astefanutti
pushed a commit
that referenced
this issue
Mar 2, 2021
* Moved the logic of retrieving the deployment strategy outside toleration trait Ref #2047
astefanutti
pushed a commit
that referenced
this issue
Mar 2, 2021
* Introduced the trait for Knative and CronJob Closes #2047
astefanutti
pushed a commit
that referenced
this issue
Mar 2, 2021
* Added a check to raise an error on nil PodSpec for affinity and toleration traits * Related unit test Ref #2047
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow up of #2040 (comment)
The text was updated successfully, but these errors were encountered: