-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Update Azure file feature gates for 1.21 beta #26818
Update Azure file feature gates for 1.21 beta #26818
Conversation
Deploy preview for kubernetes-io-vnext-staging processing. Building with commit b1ed216 https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/6051a9f7d099900007f5f62a |
/assign @tengqm |
Can we also include kubernetes/kubernetes#96293 (comment) what is discussed here for the unsupported feature? Just like what vSphere did here: https://kubernetes.io/docs/concepts/storage/volumes/#vsphere-csi-migration |
@@ -74,7 +74,8 @@ different Kubernetes components. | |||
| `CSIMigrationAzureDisk` | `false` | Alpha | 1.15 | 1.18 | | |||
| `CSIMigrationAzureDisk` | `false` | Beta | 1.19 | | | |||
| `CSIMigrationAzureDiskComplete` | `false` | Alpha | 1.17 | | | |||
| `CSIMigrationAzureFile` | `false` | Alpha | 1.15 | | | |||
| `CSIMigrationAzureFile` | `false` | Alpha | 1.15 | 1.19 | | |||
| `CSIMigrationAzureFile` | `false` | Beta | 1.21 | | |
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.
Beta feature defaulted to 'False'?
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.
no for this case, let's make consistent with k/k PR: kubernetes/kubernetes#96293, thanks.
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.
@andyzhangx you're saying that it does default to false
and that this is correct given the context. Have I got that right?
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.
@sftim that's correct, we want to make this feature as beta while still default to false
, same for other providers.
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.
Understood. The Beta
here signals the maturity level of the feature. However, this feature relies on some external components which have to be manually provisioned. Defaulting to 'false' makes sense.
@@ -74,7 +74,8 @@ different Kubernetes components. | |||
| `CSIMigrationAzureDisk` | `false` | Alpha | 1.15 | 1.18 | | |||
| `CSIMigrationAzureDisk` | `false` | Beta | 1.19 | | | |||
| `CSIMigrationAzureDiskComplete` | `false` | Alpha | 1.17 | | | |||
| `CSIMigrationAzureFile` | `false` | Alpha | 1.15 | | | |||
| `CSIMigrationAzureFile` | `false` | Alpha | 1.15 | 1.19 | | |||
| `CSIMigrationAzureFile` | `false` | Beta | 1.21 | | |
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.
@andyzhangx you're saying that it does default to false
and that this is correct given the context. Have I got that right?
Co-authored-by: Tim Bannister <tim@scalefactory.com>
/assign @gnufied |
/approve |
Before we merge this - please don't forget to address #26818 (comment) |
👋 @andyzhangx .
|
@gnufied thanks for reminder, added one notes in the PR:
|
/lgtm |
LGTM label has been added. Git tree hash: 184eb044405d22cf6aa8a59791371e40bf25ceff
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm 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 |
Docs for kubernetes/enhancements#1885
/assign @msau42
/sig storage