greenlight-coop / infrastructure

Infrastructure documentation and artifacts for Green Light Software Cooperative
0 stars 0 forks source link

Revise k8ssandra configuration so that upgrades are not destructive #204

Open etavela opened 2 years ago

etavela commented 2 years ago

The current k8ssandra-operator Argo CD application is configured with Replace=true in the sync options to avoid issues related to large CRDs. It's expected that this would cause removal and recreation of Cassandra resources when parent CRDs are deleted and recreating during upgrade.

Should test this to confirm that this is an issue, and if so come up with an alternate installation/configuration method that avoids this upgrade issue.