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

K8SPXC-1067: fix statefulset updates #1277

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

K8SPXC-1067: fix statefulset updates #1277

wants to merge 6 commits into from

Commits on Apr 5, 2023

  1. K8SPXC-1067: fix statefulset updates

    https://jira.percona.com/browse/K8SPXC-1067
    
    The `updatePod` function missed some fields to update statefulsets and mostly contained duplicated code from `pxc.Statefulset` function.
    
    This PR replaces duplicated code with `pxc.Statefulset` and also fixes [K8SPXC-1061](https://jira.percona.com/browse/K8SPXC-1061)
    pooknull committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    a7e0add View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    6522b9c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    15fbe9f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    ac99d01 View commit details
    Browse the repository at this point in the history
  2. small improvement

    pooknull committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    cdf3b7e View commit details
    Browse the repository at this point in the history
  3. fi

    pooknull committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    942a556 View commit details
    Browse the repository at this point in the history