From 49101a5f1a64c61a4d8cba49d02847d8d75bf83a Mon Sep 17 00:00:00 2001 From: Naga Ravi Chaitanya Elluri Date: Tue, 23 Jan 2024 13:20:03 -0500 Subject: [PATCH] Update container scenario docs to use int for the action (#169) Signed-off-by: Naga Ravi Chaitanya Elluri --- docs/container-scenarios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/container-scenarios.md b/docs/container-scenarios.md index bfa602d..037cb73 100644 --- a/docs/container-scenarios.md +++ b/docs/container-scenarios.md @@ -34,7 +34,7 @@ NAMESPACE | Targeted namespace in the cluster LABEL_SELECTOR | Label of the container(s) to target | k8s-app=etcd | DISRUPTION_COUNT | Number of container to disrupt | 1 | CONTAINER_NAME | Name of the container to disrupt | etcd | -ACTION | Action to run. For example kill 1 ( hang up ) or kill 9 | kill 1 | +ACTION | kill signal to run. For example 1 ( hang up ) or 9 | 1 | EXPECTED_RECOVERY_TIME | Time to wait before checking if all containers that were affected recover properly | 60 | **NOTE** In case of using custom metrics profile or alerts profile when `CAPTURE_METRICS` or `ENABLE_ALERTS` is enabled, mount the metrics profile from the host on which the container is run using podman/docker under `/root/kraken/config/metrics-aggregated.yaml` and `/root/kraken/config/alerts`. For example: