Hey John, I’m also in the middle of evaluating this image as I want to test cassandra 4.0-beta1 and am trying to avoid having to handle changes at the configuration level (deprecated/renamed parameters for instance). I also have an issue with the fact the seed_provider class is not parameterized. See https://github.com/datastax/cass-config-definitions/issues/19 <https://github.com/datastax/cass-config-definitions/issues/19>.
Did you happen to fork the project with that change ? Thanks — Cyril Scetbon > On Aug 5, 2020, at 11:51 PM, John Sanda <john.sa...@gmail.com> wrote: > > cass-config-builder configures Cassandra to > use org.apache.cassandra.locator.K8SeedProvider. This class however is > defined in management-api-for-apache-cassandra > <https://github.com/datastax/management-api-for-apache-cassandra > <https://github.com/datastax/management-api-for-apache-cassandra>>, i.e., > the DataStax management sidecar. I am not using the management sidecar yet, > but updated my C* image to include the agent JAR which contains the > K8SeedProvider class. I am still trying to iron out some of the wrinkles.