John Sanda
John Sanda
I talked with @burmanm and test steps will be as follows: * Install k8s 1.21 * Install k8ssandra 1.3.3 * Upgrade k8ssandra * Verify preserveUnknownFields is patched in CRD *...
Hey @Miles-Garnsey, Reaper is deployed by default. Traefik does not have to be deployed in order to run Reaper. Here is the relevant config from the k8ssandra chart's `values.yaml`: ```yaml...
>having a Reaper specific section in the docs would be awesome just to make this clear. Agreed! How about we create a ticket for adding a Reaper section in the...
>So it seems CMS is just unusable. That was my conclusion as well when looking at this the other day. I think the [jvm11-server-options-cassandra-4.0.0.edn](https://github.com/datastax/cass-config-definitions/blob/master/resources/jvm11-server-options/cassandra/jvm11-server-options-cassandra-4.0.0.edn) file in cass-config-definitions would have to...
It probably is not recommended for 4.0. My understanding though is that CMS is preferred over G1 for smaller heap sizes. For example, if you are going to use an...
For 4.x, I believe we are only using images with Java 11. @emerkle826 can you confirm?
In `ReaperApplication.run()` we have: ```java ... tryInitializeStorage(config, environment); ... final ReaperHealthCheck healthCheck = new ReaperHealthCheck(context); environment.healthChecks().register("reaper", healthCheck); ... ``` Couldn't we just register another endpoint before the `tryInitializeStorage` call?
@emerkle826 based on testing I have done thus far I think we can do without these changes. The validation already supports `4.0.0` for the version. I am able to use...
@rchernobelskiy could you please reopen this against https://github.com/k8ssandra/cass-operator
Sure, I will try to provide a brief summary what cass-operator does. If only for my own edification I want to first provide some background. **Background** For internode encryption we...