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

Use "preferred" podAntiAffinity instead of "required" for controller pod #28

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

ykulazhenkov
Copy link
Collaborator

This required to avoid problems with RollingUpdate on the single node cluster.

With the current affinity rule new pod instance will stuck in the pending state and this will block ipam-controller update.

network-operator already uses the right affinity rule, so the problem exist only in this repo.

This required to avoid problems with RollingUpdate on the
single node cluster.

Signed-off-by: Yury Kulazhenkov <ykulazhenkov@nvidia.com>
@coveralls
Copy link

Coverage Status

coverage: 78.762%. remained the same when pulling 3149c68 on ykulazhenkov:controller-affinity into d45ca3f on Mellanox:main.

@adrianchiris adrianchiris merged commit a011b7b into Mellanox:main Aug 8, 2023
9 checks passed
@ykulazhenkov ykulazhenkov deleted the controller-affinity branch June 11, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants