Conversation
Test results
|
8af785d to
5c7ac5a
Compare
8375da7 to
5dd4321
Compare
c4408a6 to
583761b
Compare
8e8d85d to
f6c52c4
Compare
|
This need further discussion. Adding a hold until we draw conclusions |
f6c52c4 to
e4b7096
Compare
|
I would ask us to consider whether the version should be changed to v1beta, or whether it should be v1 (and skip v1beta1). My position is that there are many benefits of going directly to v1 now for several reasons.
If we don’t go to v1 now, I ask that we have a very clear and concise requirement that describes why we can’t. |
|
The test matrix looks very thorough to me, I don't have anything to add there. At least for upstream, I don't have concerns from Rook perspective about the upgrade path since it's still marked as experimental and break changes are acceptable. Also a takeaway from the discussion today is that we will be plan on moving directly to v1, just to delay merging this for a few weeks, and then we can plan on testing integration with Rook, etc. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions. |
e4b7096 to
f5fff87
Compare
|
/unhold |
@nb-ohad we dont have automation for it as its upstream ceph org. its a manual step for now. |
fe727ba to
a24cf29
Compare
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
a24cf29 to
77d3de1
Compare
This patch removes the resource definitions for v1alpha1 APIs. They were deprecated with: ceph#218 Signed-off-by: Niraj Yadav <niryadav@redhat.com>
Describe what this PR does
This patch adds
v1API types for all the resources along with following changes:v1alpha1is now deprecated and a warning is issued when creating a resource for this version.etcdwill bev1To help review, please verify that for each API resource:
v1alpha1is marked as deprecated using kubebuilder resource markers.v1is marked as the storage version.internal/controllerare updated to watch forv1Everything else is mostly autogenerated code.