migtools / crane-ui-plugin

OpenShift Dynamic Plugin for Crane UI
1 stars 11 forks source link

pvc rename leaves pods in a broken state #86

Closed jmontleon closed 2 years ago

jmontleon commented 2 years ago

When a PVC is renamed in the UI the transfer updates the pvc name, but it's not updated on any of the resources that mount it so they're stuck pending looking for the pvc by the old name.

https://github.com/konveyor/crane-lib/pull/104 is in progress. Once that's complete and merged we need to fix the ClusterTask (https://github.com/konveyor/crane-runner/issues/48) to accept the option, and then we need to update the UI here to pass it in when one or more renames are specified.