-
-
Notifications
You must be signed in to change notification settings - Fork 12
ADR on Product image selection #259
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
Conversation
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.
Thanks for doing this Maxi!
I added some notes. Also it looks like the file doesn't have the .adoc
extension (which also causes it to not be rendered by github)
I want to link this ticket: stackabletech/issues#141 as it is relevant |
Waiting for approval in Arch meeting |
I did a quick test with an untagged enum https://github.com/stackabletech/operator-rs/blob/image_version_crd/src/commons/image.rs (dont mind the names, i did not use the ADR names yet).
@teozkr said this could probably be fixed in kube-rs. But until then, our proposed solution does not work unless we actually use the enum variant names in the CRD (not using untagged), which will be another breaking change when trying to move back to the untagged version. |
Thanks @maltesander! |
We also want a new attribute called
|
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.
LGTM % commets.
Can you please rename the file to something like ADR023-product-image-selection.adoc
(don't forget to update in current_adrs.adoc)
modules/contributor/pages/adr/ADR023-image-selection-operator.adoc
Outdated
Show resolved
Hide resolved
modules/contributor/pages/adr/ADR023-image-selection-operator.adoc
Outdated
Show resolved
Hide resolved
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
@sbernauer done |
bors merge |
Configuration problem: |
ADR23 on design of operators to accept custom images