scylla-operator
scylla-operator copied to clipboard
Allow overriding Scylla command line args
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 #
could we just always use :: to listen to both stacks?
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
@tnozicka let me know what you think ^
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.