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

Backport pr 11312 and pr 11525 to v23.1.x #11583

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    a827f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97fb883 View commit details
    Browse the repository at this point in the history
  3. add test for GetPodByBrokerIDfromPodList

    break apart getPodByBrokerID into two parts so the part that doesn't
    need a kubernetes cluster can be tested.
    joejulian authored and RafalKorepta committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    3ad2abb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e58c048 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ff33d3 View commit details
    Browse the repository at this point in the history
  6. add decommission e2e test

    joejulian authored and RafalKorepta committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d0e6341 View commit details
    Browse the repository at this point in the history
  7. fix decommission integration tests

    joejulian authored and RafalKorepta committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5c2476a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80fadd6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3dcd91d View commit details
    Browse the repository at this point in the history
  10. k8s: Revert under replicated partition check

    In redpanda-data@b3ef910#diff-5619b1cd9bdb790f53d380d84b884e952da245749cb78145fdf8f6b328b1be2cL202-L216
    the under replicated partition check was removed. This commit brings back
    that check.
    
    The integration test was not working due to missing under replicated partitions
    http test endpoint.
    RafalKorepta committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    41c4b06 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    459ae72 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4a762ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1c247ae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8fc406b View commit details
    Browse the repository at this point in the history
  15. k8s: Bump go dependency

    RafalKorepta committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    10f3500 View commit details
    Browse the repository at this point in the history
  16. rpk: send maintenance disable req to controller leader

    Previously, maintenance disable requests were sent to any broker. This
    commit adds an option to send the request to the controller leader.
    
    This commit also removes a check for a node that already disabled
    maintenance mode.
    
    Fixes redpanda-data#9284
    NyaliaLui authored and RafalKorepta committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    672a7dc View commit details
    Browse the repository at this point in the history
  17. k8s: Fix unit tests after UUID deletion

    Rafal Korepta authored and RafalKorepta committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    baf951e View commit details
    Browse the repository at this point in the history