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

[connectivity] Allow configuring cilium-agent pod selector #1128

Conversation

jaredledvina
Copy link
Contributor

Closes #1125

Currently, if you have deployed the cilium-agent and the pods do not have the label k8s-app=cilium, the tests fail to find the agent pods which doesn't completely break the tests but, avoids a lot of the automatic feature detection and some additional features.

This PR adds another parameter to allow using a custom selector while sticking with the default k8s-app=cilium label.

@jaredledvina jaredledvina requested a review from a team as a code owner October 5, 2022 21:40
@jaredledvina jaredledvina requested a review from joamaki October 5, 2022 21:40
@jaredledvina jaredledvina temporarily deployed to ci October 5, 2022 21:40 Inactive
Copy link
Member

@tklauser tklauser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@tklauser tklauser merged commit bfa1caf into cilium:master Oct 6, 2022
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.

[connectivity tests] ciliumPods isn't set, failing to wait for revision increment
2 participants