scylla-operator icon indicating copy to clipboard operation
scylla-operator copied to clipboard

Allow overriding Scylla command line args

Open PenguinToast opened this issue 3 years ago • 3 comments

Description of your changes:

Allow scyllaArgs to replace existing Scylla command line arguments. This is necessary to override the hardcoded 0.0.0.0 listen address to :: when we want to use IPv6.

Which issue is resolved by this Pull Request: Resolves #

PenguinToast avatar Sep 30 '22 06:09 PenguinToast

could we just always use :: to listen to both stacks?

tnozicka avatar Sep 30 '22 06:09 tnozicka

could we just always use :: to listen to both stacks?

I believe there are systems where listening on :: doesn't also listen on 0.0.0.0, so just listening on :: for those would break IPv4 communication

PenguinToast avatar Sep 30 '22 16:09 PenguinToast

@tnozicka let me know what you think ^

PenguinToast avatar Oct 06 '22 19:10 PenguinToast

PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.