-
Notifications
You must be signed in to change notification settings - Fork 14.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
[Feature blogpost][1.22] CSI Windows Support with CSI Proxy reaches GA #29105
[Feature blogpost][1.22] CSI Windows Support with CSI Proxy reaches GA #29105
Conversation
✔️ Deploy Preview for kubernetes-io-main-staging ready! 🔨 Explore the source changes: 57e7b78 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/611165e1d0d27a00070c19fc 😎 Browse the preview: https://deploy-preview-29105--kubernetes-io-main-staging.netlify.app |
906dcf8
to
5092ac7
Compare
5092ac7
to
441fb57
Compare
Original KEP https://github.com/kubernetes/enhancements/tree/master/keps/sig-windows/1122-windows-csi-support /sig storage |
5adddb3
to
4a22a17
Compare
/milestone 1.22 |
@mauriciopoppe: You must be a member of the kubernetes/website-milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Website milestone maintainers and have them propose you as an additional delegate for this responsibility. 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. |
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.
Some informal / incomplete feedback.
content/en/blog/_posts/2021-07-27-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-07-27-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
f81b021
to
fb2b792
Compare
content/en/blog/_posts/2021-07-27-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-07-27-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-07-27-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-07-27-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-07-27-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-07-27-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-07-27-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-07-27-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-07-27-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
e29c7b9
to
02ebc79
Compare
/lgtm |
LGTM label has been added. Git tree hash: e9ef5228182d2b49e16d0faa7b46a80ee8ff8d81
|
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 blog reads really well. Nice job! I have a few small suggestions, none of which are critical.
content/en/blog/_posts/2021-08-05-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-08-05-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
|
||
Before we reached GA we wanted to make sure that our API is simple and consistent. We went through an extensive [API review](https://docs.google.com/document/d/1sBP8f_mwV0N_xRRQQGDwHZpU_nTHtpFxdi7LKSUtgX0/edit#heading=h.inwrahdkakje) of the v1beta API groups where we made sure that the CSI Proxy API methods and messages are consistent with the naming conventions defined in the [CSI Spec](https://github.com/container-storage-interface/spec/blob/master/spec.md). As part of this effort we're graduating the [Disk](https://github.com/kubernetes-csi/csi-proxy/blob/master/docs/apis/disk_v1.md), [Filesystem](https://github.com/kubernetes-csi/csi-proxy/blob/master/docs/apis/filesystem_v1.md), [SMB](https://github.com/kubernetes-csi/csi-proxy/blob/master/docs/apis/smb_v1.md) and [Volume](https://github.com/kubernetes-csi/csi-proxy/blob/master/docs/apis/volume_v1.md) API groups to v1. | ||
|
||
Windows system APIs to get additional information from the Windows nodes and support to mount iSCSI targets in Windows nodes are available as alpha APIs in the [System API](https://github.com/kubernetes-csi/csi-proxy/tree/v1.0.0/client/api/system/v1alpha1) and the [iSCSI API](https://github.com/kubernetes-csi/csi-proxy/tree/v1.0.0/client/api/iscsi/v1alpha2), these APIs will continue to be improved before we graduate them to v1. |
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.
Windows system APIs to get additional information from the Windows nodes and support to mount iSCSI targets in Windows nodes are available as alpha APIs in the [System API](https://github.com/kubernetes-csi/csi-proxy/tree/v1.0.0/client/api/system/v1alpha1) and the [iSCSI API](https://github.com/kubernetes-csi/csi-proxy/tree/v1.0.0/client/api/iscsi/v1alpha2), these APIs will continue to be improved before we graduate them to v1. | |
Windows system APIs, to get additional information from the Windows nodes and support to mount iSCSI targets in Windows nodes, are available as alpha APIs in the [System API](https://github.com/kubernetes-csi/csi-proxy/tree/v1.0.0/client/api/system/v1alpha1) and the [iSCSI API](https://github.com/kubernetes-csi/csi-proxy/tree/v1.0.0/client/api/iscsi/v1alpha2). These APIs will continue to be improved before we graduate them to v1. |
I'm had some trouble understanding this sentence. Consider my suggestion above to make it easier for a human to parse, if it represents what you mean.
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.
Changed to:
Additional Windows system APIs to get information from the Windows nodes and support to mount iSCSI targets in Windows nodesac
content/en/blog/_posts/2021-08-05-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
hey @mrbobbytables, I saw you in the OWNERS file, do you know who can approve/lgtm this PR? |
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.
Overall looks good, the last little bit is updating the date and the file paths 👍
content/en/blog/_posts/2021-08-05-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-08-05-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-08-05-csi-windows-support-with-csi-proxy-reaches-ga.md
Outdated
Show resolved
Hide resolved
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mrbobbytables 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 |
@mauriciopoppe Thanks for this! Can you please update publication date to August 25 from the feature blog schedule (in tracking sheet)? /cc @kunal-kushwaha |
/lgtm |
LGTM label has been added. Git tree hash: eb4cfd7a97651b6ef2ca900b5611e7689ad18570
|
Done! |
Original KEP https://github.com/kubernetes/enhancements/tree/master/keps/sig-windows/1122-windows-csi-support
KEP Update for GA kubernetes/enhancements#2737
Preview https://deploy-preview-29105--kubernetes-io-main-staging.netlify.app/blog/2021/08/09/csi-windows-support-with-csi-proxy-reaches-ga/
Target publish date: 2021-08-09
/sig storage
cc @jingxu97 @ddebroy