-
Notifications
You must be signed in to change notification settings - Fork 20
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
chore(api): remove ClusterCryostat CRD #737
Conversation
/build_test |
I may have just done something wrong, but creating a Cryostat CR fails for me:
I built with: $ make generate manifests manager oci-build bundle bundle-build then re-tagged and pushed |
Oh interesting. I'll see if I can reproduce this. Thanks for the heads up |
|
I think what's happened is that your bundle image is using the latest CI operator image. The logs indicate that it's still trying to load a ClusterCryostat controller, which this PR has removed. Trying building with |
* chore(api): remove ClusterCryostat CRD * Update config.md * Delete docs/multi-namespace.md * Add RoleBinding finalizer tests
* chore(api): remove ClusterCryostat CRD * Update config.md * Delete docs/multi-namespace.md * Add RoleBinding finalizer tests
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
git commit -S -m "YOUR_COMMIT_MESSAGE"
Fixes: #732
Description of the change:
Motivation for the change:
How to manually test: