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

Update PodDisruptionBudget in RedisCluster reconcil #105

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

takumakume
Copy link

@takumakume takumakume commented Mar 30, 2023

Resolves #104

  • Update PodDisruptionBudgets when RedisCluster is reconciled.
  • Extraction of desiredPodDisruptionBudget common to PodDisruptionBudgetsControl processing. and add test.
  • Fixed an issue with local integration tests not working. And added PodDisruptionBudget update test.

./hack/test-local.sh passed

+ ./e2e.test --kubeconfig=/Users/****/.kube/config --image-tag=latest --ginkgo.slowSpecThreshold 260
Running Suite: RedisCluster Suite
=================================
Random Seed: 1680103636
Will run 11 of 11 specs

•••••••••••
Ran 11 of 11 Specs in 532.254 seconds
SUCCESS! -- 11 Passed | 0 Failed | 0 Pending | 0 Skipped
PASS

@takumakume takumakume changed the title feat: Update PodDisruptionBudget in RedisCluster reconcil Update PodDisruptionBudget in RedisCluster reconcil Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PodDisruptionBudget not updated when RedisCluster update
1 participant