kubernetes-sigs / gcp-compute-persistent-disk-csi-driver

The Google Compute Engine Persistent Disk (GCE PD) Container Storage Interface (CSI) Storage Plugin.
Apache License 2.0
163 stars 143 forks source link

Migrate CSI Proxy to v2 #1070

Open alexander-ding opened 1 year ago

alexander-ding commented 1 year ago

KEP 3636 migrates CSI Proxy away from releasing a separate Windows binary to directly issuing privileged storage commands in drivers by taking advantage of HostProcess containers. After the KEP is approved, drivers should migrate to run as HostProcess containers and import the v2 package.

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

alexander-ding commented 1 year ago

/remove-lifecycle stale

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

mauriciopoppe commented 1 year ago

/remove-lifecycle rotten /lifecycle frozen

torredil commented 4 months ago

The EBS CSI Driver now supports running the node plugin as a hostprocess container: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2011