Skip to content
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

fix: Affinity trait must run after the Knative Service trait #2666

Merged
merged 1 commit into from
Oct 4, 2021
Merged

fix: Affinity trait must run after the Knative Service trait #2666

merged 1 commit into from
Oct 4, 2021

Conversation

astefanutti
Copy link
Member

Configuring affinity in Knative is possible when the node affinity extension is enabled [1]. For the Affinity trait to work correctly in that case, it must run after the Knative Service trait, so that the customisation of the PodSpec is possible.

[1] https://knative.dev/docs/admin/serving/feature-flags/#kubernetes-node-affinity

Release Note

fix: Affinity trait must run after the Knative Service trait

@astefanutti astefanutti added kind/bug Something isn't working area/knative Related to Knative labels Oct 1, 2021
@astefanutti astefanutti merged commit 4bf2200 into apache:main Oct 4, 2021
@astefanutti astefanutti deleted the pr-302 branch October 4, 2021 07:01
@nicolaferraro nicolaferraro mentioned this pull request Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/knative Related to Knative kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants