John Sanda

Results 255 comments of John Sanda

>Our suggestion is that K8ssandra allows overriding of the serviceAccountName for the cassandra pods This is an easy fix. It is just a matter of exposing another property in the...

@emerkle826 do you think you could build new management-api images that include https://github.com/datastax/management-api-for-apache-cassandra/pull/43?

>I'll try to submit a PR to you with the changes I've suggested. 👍 Let me show you how we update the volumes of the CassandraDatacenter. Here is an example...

>Do you know if it is safe to mount an emptyDir to /opt/mcac-agent/config as well? I think so.

Let me clarify. I am confident it will work; however, I still want to cover my bases and test it to be certain.

Thanks @emerkle826 @mapster I haven't forgotten about your PR :) I got tied up with some other issues and hope to circle back to it within the next couple days.

Hey @mapster that stacktrace is coming from [MCAC](https://github.com/datastax/metric-collector-for-apache-cassandra/tree/master/src/main/java/com/datastax/mcac). It is a metric collector agent. I have not had a chance to look at it, but I am inclined to say...

Hi @Jmoore1127 Short answer... no movement Longer answer... While PodSecurityPolicy is deprecated, I think it might be worthwhile to add support for it because k8ssandra will probably support kubernetes versions...

@Jmoore1127 It does indeed look like we have some work to do. We already use an emptyDir volume for `/etc/cassandra`, but I believe volumes do need to be added for...

Ah, that's right. We're only using an emptyDir for `/etc/cassandra` when medusa is enabled. We want the emptyDir all the time. I'll add that to the list.