We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type: bug report
I want to delete pod with multi labels but it always math the last label "app=b", and kill the pod with label "app=b"
I want it to kill (app=a OR app=b) pods
`apiVersion: chaosblade.io/v1alpha1 kind: ChaosBlade metadata: name: pod-delete-by-labels spec: experiments:
k8s: v1.20.15 chaosblade-operator: 1.6.0/1.6.1
The text was updated successfully, but these errors were encountered:
Icesource
Successfully merging a pull request may close this issue.
Issue Description
Type: bug report
Describe what happened (or what feature you want)
I want to delete pod with multi labels
but it always math the last label "app=b", and kill the pod with label "app=b"
Describe what you expected to happen
I want it to kill (app=a OR app=b) pods
How to reproduce it (as minimally and precisely as possible)
`apiVersion: chaosblade.io/v1alpha1
kind: ChaosBlade
metadata:
name: pod-delete-by-labels
spec:
experiments:
target: pod
action: delete
desc: "delete pod by labels"
matchers:
value:
value:
value:
Tell us your environment
k8s: v1.20.15
chaosblade-operator: 1.6.0/1.6.1
Anything else we need to know?
The text was updated successfully, but these errors were encountered: