Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Pilot executes cassandra directly, bypassing the container image entry point #347

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jun 7, 2018

  1. Add a pilot --leader-elect flag

    * to allow integration testing of pilot process without having to set up a
      leader election config map.
    wallrj committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    69a59e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20deca2 View commit details
    Browse the repository at this point in the history
  3. An integration test for Pilot WriteConfig.

    * An integration test to launch the Cassandra Pilot and ensure that it writes
      configuration files before launching the cassandra sub-process.
    * Exec the pilot with leader-election disabled.
    * A script to download suitable integration test binaries.
    * A helper to create a .kube/config for the pilot to use.
    wallrj committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    350c038 View commit details
    Browse the repository at this point in the history
  4. Add Pilot command line arguments for all the configuration values

    * Remove the environment variables that were previously used to modify the
      configuration.
    wallrj committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    330437b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2426e2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a25029d View commit details
    Browse the repository at this point in the history
  7. Run the Cassandra process as the Cassandra user (999) and update the …

    …e2e tests accordingly.
    wallrj committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    74bb244 View commit details
    Browse the repository at this point in the history
  8. documentation

    wallrj committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    641310c View commit details
    Browse the repository at this point in the history
  9. dep ensure -v

    wallrj committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    015c813 View commit details
    Browse the repository at this point in the history