-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Should we update Cluster.Status.FailureDomains to ListType=map #2256
Comments
If we update, I'm all +1 for this given that I chose the map specifically because I didn't have guarantees for all the IDs in a list. |
/milestone v0.3.0 |
Blocked on CRDv1 update |
@vincepri is this something we should now look at for the v0.3.0-rc.0 milestone? My main concern here is that since we are introducing the type this upcoming release, if there is a chance we are going to want to change it we should do it before the release rather than after to avoid having to deal with a conversion issue down the line. |
If someone can pick it up tomorrow, we can definitely add it to the RC. That said, it's fine to break things between RCs. |
I'm not concerned as much with the RC. /priority important-soon |
/milestone Next Moving this out of the milestone due to timing and required API/code changes in CAPI and infrastructure providers |
/area api |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
Yes, we should probably investigate this once we have better support for server side apply |
@detiber Server side apply support from controller runtime is still lacking, pushing this back a bit. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
If we adopt CRD v1, I'm wondering if we should also update FailureDomains from a map to a ListType=map (as is supported by controller-tools v0.2.5)?
This is a part of the server-side apply work that is being tracked here: kubernetes-sigs/structured-merge-diff#115
The text was updated successfully, but these errors were encountered: