-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Move Windows storage concepts to a new page #31900
Conversation
@aravindhp: GitHub didn't allow me to request PR reviews from the following users: brasmith-ms. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
✔️ Deploy Preview for kubernetes-io-main-staging ready! 🔨 Explore the source changes: f2b16ca 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/62210402f6bb9a0007df4742 😎 Browse the preview: https://deploy-preview-31900--kubernetes-io-main-staging.netlify.app |
/retitle Move Windows storage concepts to a new page |
/assign |
@aravindhp can you update the PR to target the dev-1.24 branch to match the rest of the PRs associated with #31428? |
Mostly LGTM, |
c66b242
to
f2b16ca
Compare
/sig storage |
@marosset I have made the changes you requested |
/lgtm |
LGTM label has been added. Git tree hash: df3d4bd229f4eaf1de968e63aa5d4e0d7622a6a2
|
/lgtm |
Ping |
|
||
CSI node plugins (especially those associated with persistent volumes exposed as | ||
either block devices or over a shared file-system) need to perform various privileged | ||
operations like scanning of disk devices, mounting of file systems, etc. These |
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.
nit: Try to avoid using etc.
Changes LGTM |
@@ -1271,6 +1271,21 @@ for more information. | |||
For more information on how to develop a CSI driver, refer to the | |||
[kubernetes-csi documentation](https://kubernetes-csi.github.io/docs/) | |||
|
|||
#### Windows CSI proxy | |||
|
|||
{{< feature-state for_k8s_version="v1.19" state="beta" >}} |
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.
This is GA as of 1.22
[plugin](/docs/concepts/storage/volumes/#types-of-volumes). | ||
The following broad classes of Kubernetes volume plugins are supported on Windows: | ||
|
||
* [`FlexVolume plugins`](/docs/concepts/storage/volumes/#flexVolume) |
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.
FlexVolume is deprecated. We may want to add a notice here.
@@ -0,0 +1,59 @@ | |||
--- | |||
reviewers: | |||
- jayunit100 |
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.
Please add @jingxu97 and @mauriciopoppe as reviewers
f2b16ca
to
b3e914a
Compare
@msau42 I have addressed your comments. PTAL. |
New changes are detected. LGTM label has been removed. |
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
Hi @aravindhp, I'm not sure if this PR should target /cc @marosset |
b3e914a
to
806c71f
Compare
- Move FlexVolume plugins section to docs/concepts/storage/volumes.md - Move CSI plugins section to en/docs/concepts/storage/volumes.md - Move in-tree plugins section to en/docs/concepts/storage/volumes.md
806c71f
to
8a805cb
Compare
/close |
@aravindhp: Closed this PR. 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. |
Moving Windows storage concepts to a new page.
Part of #31428
/label refactor
/sig windows