Skip to content

Commit ca16331

Browse files
authored
Update complete.yaml to explain spec.count better (#979)
1 parent b78927b commit ca16331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
containers: # optional, name of the containers to target within the targeted pod, by default all pods are targeted
4242
- demo
4343
- demo2
44-
count: 1 # number of pods to target or a percentage (1% - 100%)
44+
count: 1 # number of pods to target (1, 2, 5, ...) or a percentage (1% - 100%). count=1 will target exactly 1 pod.
4545
pulse: # optional, activate pulsing disruptions. Available for any disruptions except nodeFailure and containerFailure
4646
activeDuration: 60s # this is the duration of the disruption in an active state, must be a valid time.Duration string, e.g. (300s, 15m25s, 4h) and must be greater than 500ms
4747
dormantDuration: 30s # this is the duration of the disruption in a dormant state, must be a valid time.Duration string, e.g. (300s, 15m25s, 4h) and must be greater than 500ms

0 commit comments

Comments
 (0)