-
Notifications
You must be signed in to change notification settings - Fork 78
Add SuperStreamCRD #281
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 SuperStreamCRD #281
Conversation
Zerpet
left a comment
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.
Feel free to ignore all my nit picks 🙈
| namespace: system | ||
| name: webhook-service | ||
| path: /convert | ||
| conversionReviewVersions: | ||
| - v1 |
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.
I was about to comment that we don't want a conversion webhook, and I just noticed the files are placed there, but not actually used 🙂 Leaving this comment here in case other reviewer runs into the same confusion.
ChunyiLyu
left a comment
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 PR is the successor of #263 , including only the SuperStreamCRD. The more experimental SuperStreamConsumer CRD will be included in a separate controller once this PR is merged, so that the topology operator does not end up with permissions to manage Pods.