From 516a7a054111a2259fdc0f4fb9f77eb32f2921d4 Mon Sep 17 00:00:00 2001 From: Nageshbansal <76246968+Nageshbansal@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:06:32 +0530 Subject: [PATCH] Adds docs for toleratios in source cmdProbe (#4442) Signed-off-by: nagesh bansal --- .../chaos-resources/probes/cmdProbe.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/mkdocs/docs/experiments/concepts/chaos-resources/probes/cmdProbe.md b/mkdocs/docs/experiments/concepts/chaos-resources/probes/cmdProbe.md index 1b0e4cb89fe..b7b2e9733fe 100644 --- a/mkdocs/docs/experiments/concepts/chaos-resources/probes/cmdProbe.md +++ b/mkdocs/docs/experiments/concepts/chaos-resources/probes/cmdProbe.md @@ -614,6 +614,29 @@ In source mode, the command execution is carried out from within a new pod whose + + + + + + + + + + + + + + + + + + + + + +
Field.tolerations
DescriptionFlag to hold the tolerations for the probe pod
TypeOptional
Range(type: []corev1.Tolerations
NotesThe .tolerations Flag to hold the Tolerations for the probe pod
+
Field