navigator
navigator copied to clipboard
Pilot executes `cassandra` directly, bypassing the container image entry point
- Cassandra Pilot now executes
cassandra
directly, bypassing the Docker image entrypoint - Added a configuration API with which to override configuration values in yaml and properties config files.
- This replaces the experimental search / replace code for seed_provider and snitch.
- This also the use of environment variables to configure the Cassandra node. Instead, those configuration options are now supplied as Pilot command line arguments and are written to the config files in a pre-start pilot hook.
- Added an integration test so that i can see this mechanism working, without having to wait for e2e tests.
Fixes: #346, #251
Release note:
NONE
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: To fully approve this pull request, please assign additional approvers. We suggest the following additional approver: munnerz
Assign the PR to them by writing /assign @munnerz
in a comment when ready.
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Approvers can indicate their approval by writing /approve
in a comment
Approvers can cancel approval by writing /approve cancel
in a comment
@wallrj: 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.