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: force the use of a single replica in FalconAdmission #560

Merged
merged 3 commits into from
Jul 10, 2024

Conversation

mhyson-cs
Copy link
Contributor

Running the Falcon Admission Controller with more than one replica is not currently a supported configuration. This change locks the number of replicas at 1.

Copy link
Contributor

@redhatrises redhatrises left a comment

Choose a reason for hiding this comment

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

Our operator is OLMv2 now. Because of this, you need to create a CRD conversion webhook to remove this for existing deployements. This change cannot be merged without either the admission controller doing the right thing in the first place or a conversion webhook is added.

@redhatrises redhatrises merged commit 4754187 into main Jul 10, 2024
9 checks passed
@redhatrises redhatrises deleted the two-kac-bug branch July 10, 2024 20:17
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.

2 participants