Michael Burman
Michael Burman
Hey, thanks for the PR. I'll try to investigate if there was a reason why the restriction was 2.
This is standard behavior of Openshift. You need to enforce the UID/GID to match what Medusa needs in this case (and potentially give it nonroot-v2 rights).
This is a bug in k8ssandra-operator's definitions: ```go GarbageCollector *string `json:"gc,omitempty" cass-config:"^3.11.x:jvm-options/garbage_collector;>=4.x,hcd@>=1.x.x:jvm11-server-options/garbage_collector;dse@>=6.8.x:jvm8-server-options/garbage_collector"` ``` It enforces that parameter it to the jvm11-server-options.
Stargate does not work with 5.0.x, so you need to remove Stargate deployment when you update to 5.0.x
As for ScheduledTasks, it looks like the CRD wasn't installed in your system for some reason. Check if you have ScheduledTasks CRD.
This was fixed in the k8ssandra-client v0.8.2, you can use that image instead.
Annotations can be added and removed. Although it shouldn't have any effect.
The annotation is only used in the Kustomize installation (as that's a kustomize replacement directive), but since the CRD is copied from there it's in the Helm chart also. To...
Hey, I haven't had time to investigate this yet. I think the message "SSL certificate problem: certificate has expired" is displayed by the curl even if the server would have...
I don't think that's needed in this case, it seems overkill. Since we use initChannel, it should reload on every new connection. Thus, it seems the only bug is that...