-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 test plan from design doc to KEP for CSI storage migration #1499
Conversation
27f309c
to
01a3be2
Compare
Thank you for the quick response @davidz627 /lgtm |
01a3be2
to
996bee8
Compare
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
/approve
Hey @davidz627, there is a small spelling error in the KEP that needs to get fixed to pass the
|
996bee8
to
cdf166e
Compare
|-------------------|----------------------------------------------------|--------------------------------------------------------------------------| | ||
| ADC Migration On | Kubelet Migration On | Fully migrated - result should be same as “Migration Shim Testing” above | | ||
| ADC Migration On | Kubelet Migration Off (or Kubelet version too low) | No calls made to driver. All operations serviced by in-tree plugin | | ||
| ADC Migration Off | Kubelet Migration On | Not supported config - Undefined behavior | |
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.
is this possible in a downgrade scenario? or do nodes downgrade before control plane?
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.
nodes must be downgraded before the controller
cdf166e
to
1dbdedd
Compare
1dbdedd
to
272972d
Compare
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidz627, jeremyrickard, misterikkit, saad-ali The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @jeremyrickard
/assign @saad-ali @jsafrane @msau42 @misterikkit
/cc @ddebroy @leakingtapan @andyzhangx @xing-yang
Copying over test plan from design doc and clarifying some specific points.
/sig storage