Skip to content

Commit ba9407f

Browse files
author
Neelanjan Manna
authored
chore: adds multi container support for pod stress faults (#5168)
Signed-off-by: neelanjan00 <[email protected]>
1 parent 0183efd commit ba9407f

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

mkdocs/docs/experiments/categories/pods/pod-cpu-hog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@
161161
</tr>
162162
<tr>
163163
<td> TARGET_CONTAINER </td>
164-
<td> Name of the target container under chaos </td>
165-
<td> If not provided, it will select the first container of the target pod </td>
164+
<td> Comma separated names of the container(s) under chaos for target pod(s). </td>
165+
<td> If not provided, it will select the first container of the target pod. To target all the containers, provide <code>all<code> value. </td>
166166
</tr>
167167
<tr>
168168
<td> PODS_AFFECTED_PERC </td>

mkdocs/docs/experiments/categories/pods/pod-io-stress.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,12 @@
165165
<td> TARGET_PODS </td>
166166
<td> Comma separated list of application pod name subjected to pod io stress chaos</td>
167167
<td> If not provided, it will select target pods randomly based on provided appLabels</td>
168-
</tr>
168+
</tr>
169+
<tr>
170+
<td> TARGET_CONTAINER </td>
171+
<td> Comma separated names of the container(s) under chaos for target pod(s). </td>
172+
<td> If not provided, it will select the first container of the target pod. To target all the containers, provide <code>all<code> value. </td>
173+
</tr>
169174
<tr>
170175
<td> PODS_AFFECTED_PERC </td>
171176
<td> The Percentage of total pods to target </td>

mkdocs/docs/experiments/categories/pods/pod-memory-hog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@
161161
<td> Comma separated list of application pod name subjected to pod memory hog chaos</td>
162162
<td> If not provided, it will select target pods randomly based on provided appLabels</td>
163163
</tr>
164-
<tr>
164+
<tr>
165165
<td> TARGET_CONTAINER </td>
166-
<td> Name of the target container under chaos.</td>
167-
<td> If not provided, it will select the first container of the target pod</td>
166+
<td> Comma separated names of the container(s) under chaos for target pod(s). </td>
167+
<td> If not provided, it will select the first container of the target pod. To target all the containers, provide <code>all<code> value. </td>
168168
</tr>
169169
<tr>
170170
<td> CONTAINER_RUNTIME </td>

0 commit comments

Comments
 (0)