Skip to content

Commit 611a5bb

Browse files
committed
docs(requirements): remove annotation requirement
1 parent ada8618 commit 611a5bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,12 @@ In order for your custom applications and deployments to work, make sure they ha
160160

161161
- Deployments and pods must contain label `app=<name>`. This label is used for selecting targets in a target namespace. Label key can be changed via environment variables (see [Scheduler's README](https://github.com/iskorotkov/chaos-scheduler)).
162162
- Pods should contain a single container. Now it's only possible to induce failures on the first container in the pod, so all additional containers will be ignored.
163-
- Deployments and pods must be annotated with `litmuschaos.io/chaos: "true"`. This annotation prevents Litmus from invoking more damage on your application than expected. See [Litmus docs](https://docs.litmuschaos.io/docs/getstarted/).
164163

165164
## FAQ and troubleshooting
166165

167166
Q: All failures don't work.
168167
169-
A: Check [requirements](#requirements). All target deployments and pods must have the matching label `app=<name>` and annotation `litmuschaos.io/chaos: "true"`.
168+
A: Check [requirements](#requirements). All target deployments and pods must have the matching label `app=<name>`.
170169
171170
---
172171

0 commit comments

Comments
 (0)