Container Scenarios using Krknctl

krknctl run container-scenarios (optional: --<parameter>:<value> )

Can also set any global variable listed here

Scenario specific parameters:

ParameterDescriptionTypeDefault
--namespaceTargeted namespace in the clusterstringopenshift-etcd
--label-selectorLabel of the container(s) to targetstringk8s-app=etcd
--disruption-countNumber of container to disruptnumber1
--container-nameName of the container to disruptstringetcd
--actionkill signal to run. For example 1 ( hang up ) or 9string1
--expected-recovery-timeTime to wait before checking if all containers that were affected recover properlynumber60

To see all available scenario options

krknctl run container-scenarios --help