John Sanda
John Sanda
@Jmoore1127 Do we need to explicitly declare a SecurityContext with`readOnlyRootFilesystem: true` for each container? Previously I thought it could be configured in the PodSecurityContext, but it doesn't look like it....
Sounds like a good enhancement to me :)
Medusa's configs are stored in a ConfigMap. Right now the only way for those config changes to take effect is kill/restart the Medusa containers which would usually be done with...
@jdonenine we probably want similar tickets for other containers that are deployed. Exposing the settings should be pretty straightforward.. Determining reasonable baselines may require a bit more effort/testing.
A blank secret feels like a hack. I would like to see an additional property to indicate that the secret is not needed. Note that this should update the `medusa-config.yaml`...
We currently set a default value of `medusa-bucket-key` for `storageSecret`. We could either change the default to an empty string or omit the property. Then only if `storageSecret` is set...
Hey @ASHISH932 Sorry for the delayed response. My vote would be for an empty string.
What version of k8ssandra-operator are your running? What labels does you cassandra pod have?
Do you see the `Started Cassandra` message in the cassandra container multiple tiimes? Are there any errors in the server-system-logger log?
This sounds similar to #1445.