- The deployment uses
hostpath.csi.k8s.io
as driver name (#64, @pohly). Make sure that there are no persistent or ephemeral volumes using the oldcsi-hostpath
name before updating because otherwise those volumes cannot be removed. Pods with such ephemeral volumes will be stuck in "terminating" state. New pods will not be able to start if they reference a volume that uses the old name. Any storage class that references the driver must be updated together with the driver.
- normal deployment supports ephemeral inline volumes on Kubernetes 1.15 and 1.16 (#67, @pohly, #97, @pohly)
- volume expansion support (#87, @bertinatto, #90, @bertinatto)
- topology support (#88, @mucahitkurt)
- cloning support (#58, @j-griffith)