You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
This allows us to use environment variables to control the configuration of the Cassandra process.
But it also locks us to using that image.
Instead, we might bundle our own default Cassandra configuration file and execute cassandra directly.
In future we might provide a mechanism for merging the default configuration file, supplied in the image, with the configuration variables that we need to override for Navigator to manage the cluster.
/kind bug
The text was updated successfully, but these errors were encountered:
The Cassandra Pilot is currently hard coded to execute the Dockerhub image entry point script.
https://github.com/docker-library/cassandra/blob/master/3.11/docker-entrypoint.sh
This allows us to use environment variables to control the configuration of the Cassandra process.
But it also locks us to using that image.
Instead, we might bundle our own default Cassandra configuration file and execute
cassandra
directly.In future we might provide a mechanism for merging the default configuration file, supplied in the image, with the configuration variables that we need to override for Navigator to manage the cluster.
/kind bug
The text was updated successfully, but these errors were encountered: