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

✨Add flag to disable default CSR controller #1480

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

xaverkapeller
Copy link
Contributor

What this PR does / why we need it:
This PR adds a flag that disables the GuestCSRReconciler for all workload clusters. This allows users to implement the CSR validation/approval logic themselves, making caph able to manage Kubernetes clusters that do not rely on Hetzner External/Internal IPs.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #1478

Special notes for your reviewer:

Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.

TODOs:

  • squash commits
  • include documentation
  • add unit tests

Copy link
Contributor

@guettli guettli left a comment

Choose a reason for hiding this comment

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

Looks good, just one tiny text change requested.

@guettli guettli marked this pull request as ready for review September 10, 2024 14:35
@guettli guettli merged commit 1136559 into syself:main Sep 11, 2024
14 checks passed
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.

Add flag to disable the default CSR Reconciler
2 participants