-
Notifications
You must be signed in to change notification settings - Fork 398
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 garbage collector controller #2112
Conversation
Skipping CI for Draft Pull Request. |
216fc89
to
b4ef5a0
Compare
@astefanutti would love to see this run through the full test suite in CI. To do that, you can make a temporary commit (we'll drop it later) that points to your fork of Kubernetes: $ GITHUB_USER=astefanutti BRANCH=pr-gc hack/bump-k8s.sh |
@ncdc sure, just added tmp commit. |
0c1e5ca
to
5d46adb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks awesome! Thanks for doing that rebase.
ad16bbb
to
2817b9d
Compare
/unhold |
Summary
This PR enables the garbage collector controller per workspace.
Requires kcp-dev/kubernetes#108.
Related issue(s)
Fixes #191