cloud-native-toolkit / terraform-gitops-ibm-portworx

Module to populate a gitops repository with the resources required to provision Portworx in an OpenShift cluster
Apache License 2.0
0 stars 0 forks source link

Portworx cannot be installed a second time into the same cluster #19

Open seansund opened 2 years ago

seansund commented 2 years ago

Portworx install looks to be ok but PVCs created after Portworx is reinstalled fail to start.

The problem could be that the original volumes are reused with the second portworx deploy... If the volumes are deleted then new ones will be automatically created but if a volume already exists with the same name then it will be reused. Right now there is no automated way to destroy the volumes.

Perhaps we should generate a unique identifier with each deploy to add to the volume identifier...