Tomáš Nožička
Tomáš Nožička
Just noting down here that this is an issue when using hostNetworking as the probe then listens on the node network.
we don't support OpenShift yet :( although except for tuning permissions it should work this looks like a permissions issue, it needs to be able to set finalizers ``` failed...
Yeah, that's pretty much out of date. Good news is that you no longer need any special dependencies, except for Golang (the rest of the tools is vendored). Generally the...
If it helps you start up faster, this is what I do in my dev flow [unsupported] ``` $ podman build --format=docker --squash-all -v "$( go env GOCACHE ):/root/.cache/go-build:Z" -t...
We need to document that persistent storage won't work with hostNetworking because the pods won't stick to the nodes but they use their IPs for identity. This works only with...
Some noted that it may work if we use internal ips for membership, so it may just need verification.
We are using the ClusterIP for identity so even with hostNetworking we wouldn't care about the Pod IP changing. I guess we just need some testing coverage.
yeah, I guess there is some filesystem overhead, and we should raise the default
@vponomaryov can you try with master branch? there was https://github.com/scylladb/scylla-operator/pull/967
ok, thanks for trying it @rzetelskik ptal