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: Add the option to immediately decommission ghosts #13298

Merged
merged 2 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions src/go/k8s/config/e2e-tests/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
bases:
- ../default

patchesStrategicMerge:
- manager.yaml

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
Expand All @@ -13,4 +8,7 @@ images:
- name: vectorized/configurator
newName: localhost/configurator
newTag: dev

resources:
- ../default
patches:
- path: manager.yaml
1 change: 1 addition & 0 deletions src/go/k8s/config/e2e-tests/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
- "--allow-pvc-deletion=true"
- "--superusers-prefix=__redpanda_system__"
- "--log-level=trace"
- "--unsafe-decommission-failed-brokers=true"
livenessProbe:
timeoutSeconds: 10
readinessProbe:
Expand Down
Loading
Loading