A sidecar container that
- Registers the containerized CSI driver with kubelet (in the future).
- Adds the drivers custom
NodeId
(retrieved viaGetNodeID
call) to an annotation on the Kubernetes Node API Object.
Sidecar container that 1) registers the CSI driver with kubelet, and 2) adds the drivers custom NodeId to a label on the Kubernetes Node API Object
GoApache-2.0