Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operator upgrade should not cause rolling restart #631

Merged
merged 6 commits into from
Apr 17, 2024

Commits on Apr 17, 2024

  1. Verify in the test that the operator upgrade does not cause operator …

    …to restart the StatefulSets
    burmanm committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3223f57 View commit details
    Browse the repository at this point in the history
  2. Do not upgrade the StatefulSets if the ObservedGeneration == Generati…

    …on and there is no annotation with allow-upgrade set. Add new event for reconcile, any change of annotations in the CassandraDatacenter
    burmanm committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c92584c View commit details
    Browse the repository at this point in the history
  3. Fix tests, add new test. Add webhook to validate the allowed values f…

    …or allow-upgrade and add RequiresUpdate Condition to the Datacenter.Status
    burmanm committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    08cbf35 View commit details
    Browse the repository at this point in the history
  4. Changelog and config secret test update to require allow-upgrade to s…

    …et be set to "always"
    burmanm committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3bfa743 View commit details
    Browse the repository at this point in the history
  5. Rename allow-update to cassandra.datastax.com/autoupdate-spec to indi…

    …cate any automated change of StatefulSet spec
    burmanm committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d0f575f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    322a576 View commit details
    Browse the repository at this point in the history