We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened:
A change was made to affinity that blocks access to nodeAffinity: 844bab3
affinity
nodeAffinity
What you expected to happen:
To be able to use affinity.nodeAffinity too: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#affinity-v1-core
affinity.nodeAffinity
How to reproduce it (as minimally and precisely as possible):
# This will be ignored affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: topology.kubernetes.io/zone operator: In values: - zoneA - zoneB
The text was updated successfully, but these errors were encountered:
This seems to have been broken in #4666 - This bit https://github.com/kubernetes-sigs/external-dns/pull/4666/files#diff-6ad1b3106470e68ead8d0102e9c4db266f63a9ff374104ddfc5c284f7a1945ebL206-R207
missed the {{- with .nodeAffinity }} along with a bunch of others
{{- with .nodeAffinity }}
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What happened:
A change was made to
affinity
that blocks access tonodeAffinity
: 844bab3What you expected to happen:
To be able to use
affinity.nodeAffinity
too: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#affinity-v1-coreHow to reproduce it (as minimally and precisely as possible):
The text was updated successfully, but these errors were encountered: