management-api-for-apache-cassandra icon indicating copy to clipboard operation
management-api-for-apache-cassandra copied to clipboard

Fix `cassandra-topology.properties` removal

Open emerkle826 opened this issue 1 year ago • 0 comments

Commit https://github.com/k8ssandra/management-api-for-apache-cassandra/commit/1c79885cec838bfedc73b802f7b63ec6f3c7de0c attempted to remove the topology file from the images by doing so in the entrypoint script. This seems to fail due to ownership/permissions issues in some environments (at least in K8s with cass-operator).

We should put the file removal in the Dockerfiles themselves instead of the entrypoint script.

emerkle826 avatar Apr 26 '24 16:04 emerkle826