navigator icon indicating copy to clipboard operation
navigator copied to clipboard

Pilot executes `cassandra` directly, bypassing the container image entry point

Open wallrj opened this issue 6 years ago • 2 comments

  • 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

wallrj avatar May 08 '18 15:05 wallrj

[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

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

jetstack-bot avatar May 08 '18 15:05 jetstack-bot

@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.

jetstack-bot avatar Jun 08 '18 00:06 jetstack-bot