migtools / pvc-migrate

Standalone PVC migration
Apache License 2.0
5 stars 13 forks source link

replace dots with hyphen in volumename and mountpath #79

Closed alaypatel07 closed 4 years ago

pranavgaikwad commented 4 years ago

Related to #78

Let's use a more standard approach where we consider all edge cases for example, a kube object of 253 characters on source cluster.

djwhatle commented 4 years ago

Realized we need this "safe" version of the volumeName to find the mount path on the node. Makes sense, LGTM