Implement CSI node plugin
This implements a CSI node plugin with registration support
backed by bind mounts from our XFS data partition.
It supports online volume expansion (and technically shrinking,
but K8s does not support shrinking) and CSI statistics backed by fsquota
Test Plan: TBD
X-Origin-Diff: phab/D471
GitOrigin-RevId: 6bc37dac3726b39bd5d71cfddb2d53aeee0c8b4d
diff --git a/core/internal/kubernetes/kubelet.go b/core/internal/kubernetes/kubelet.go
index 3b1a123..502b14d 100644
--- a/core/internal/kubernetes/kubelet.go
+++ b/core/internal/kubernetes/kubelet.go
@@ -112,6 +112,7 @@
"cpu": "200m",
"memory": "300Mi",
},
+
// We're not going to use this, but let's make it point to a known-empty directory in case anybody manages to
// trigger it.
VolumePluginDir: "/kubernetes/conf/flexvolume-plugins",