From 57e7b781f2fa8b3f87509f5d2daded9ded139240 Mon Sep 17 00:00:00 2001 From: Mauricio Poppe Date: Mon, 9 Aug 2021 17:28:34 +0000 Subject: [PATCH] Update blogpost release date to 2021-08-09 --- ...si-windows-support-with-csi-proxy-reaches-ga.md} | 6 +++--- .../csi-proxy.png | Bin 2 files changed, 3 insertions(+), 3 deletions(-) rename content/en/blog/_posts/{2021-08-05-csi-windows-support-with-csi-proxy-reaches-ga.md => 2021-08-09-csi-windows-support-with-csi-proxy-reaches-ga.md} (97%) rename static/images/blog/{2021-08-05-csi-windows-support-with-csi-proxy-reaches-ga => 2021-08-09-csi-windows-support-with-csi-proxy-reaches-ga}/csi-proxy.png (100%) diff --git a/content/en/blog/_posts/2021-08-05-csi-windows-support-with-csi-proxy-reaches-ga.md b/content/en/blog/_posts/2021-08-09-csi-windows-support-with-csi-proxy-reaches-ga.md similarity index 97% rename from content/en/blog/_posts/2021-08-05-csi-windows-support-with-csi-proxy-reaches-ga.md rename to content/en/blog/_posts/2021-08-09-csi-windows-support-with-csi-proxy-reaches-ga.md index 6c1a65e350..23d1c983ff 100644 --- a/content/en/blog/_posts/2021-08-05-csi-windows-support-with-csi-proxy-reaches-ga.md +++ b/content/en/blog/_posts/2021-08-09-csi-windows-support-with-csi-proxy-reaches-ga.md @@ -1,7 +1,7 @@ --- layout: blog title: 'Kubernetes 1.22: CSI Windows Support (with CSI Proxy) reaches GA' -date: 2021-08-05 +date: 2021-08-09 slug: csi-windows-support-with-csi-proxy-reaches-ga --- @@ -25,7 +25,7 @@ When a workload that uses persistent volumes is scheduled, it'll go through a se The node component of a CSI Driver needs to run on Windows nodes to support Windows workloads. Various privileged operations like scanning of disk devices, mounting of file systems, etc. cannot be done from a containerized application running on Windows nodes yet ([Windows HostProcess containers](https://github.com/kubernetes/enhancements/issues/1981) introduced in Kubernetes 1.22 as alpha enable functionalities that require host access like the operations mentioned before). However, we can perform these operations through a binary (CSI Proxy) that's pre-installed on the Window nodes. CSI Proxy has a client-server architecture and allows CSI drivers to issue privileged storage operations through a gRPC interface exposed over named pipes created during the startup of CSI Proxy. -![CSI Proxy Architecture](/images/blog/2021-08-05-csi-windows-support-with-csi-proxy-reaches-ga/csi-proxy.png) +![CSI Proxy Architecture](/images/blog/2021-08-09-csi-windows-support-with-csi-proxy-reaches-ga/csi-proxy.png) ## CSI Proxy reaches GA @@ -51,7 +51,7 @@ We're very excited for the future of CSI Proxy. With the upcoming [Windows HostP This project, like all of Kubernetes, is the result of hard work by many contributors from diverse backgrounds working together. Those interested in getting involved with the design and development of CSI Proxy, or any part of the Kubernetes Storage system, may join the Kubernetes Storage Special Interest Group (SIG). We’re rapidly growing and always welcome new contributors. -For those interested in more details about CSI support in Windows please reach out in the [#csi-windows](https://app.slack.com/client/T09NY5SBT/CN5JCCW31) Kubernetes slack channel. +For those interested in more details about CSI support in Windows please reach out in the [#csi-windows](https://kubernetes.slack.com/messages/csi-windows) Kubernetes slack channel. ## Acknowledgments diff --git a/static/images/blog/2021-08-05-csi-windows-support-with-csi-proxy-reaches-ga/csi-proxy.png b/static/images/blog/2021-08-09-csi-windows-support-with-csi-proxy-reaches-ga/csi-proxy.png similarity index 100% rename from static/images/blog/2021-08-05-csi-windows-support-with-csi-proxy-reaches-ga/csi-proxy.png rename to static/images/blog/2021-08-09-csi-windows-support-with-csi-proxy-reaches-ga/csi-proxy.png