Pod Scenarios using Krknctl

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

Can also set any global variable listed here

Scenario specific parameters:

ParameterDescriptionTypeDefault
--namespaceTargeted namespace in the cluster ( supports regex )stringopenshift-*
--pod-labelLabel of the pod(s) to target ex. “app=test”string
--name-patternRegex pattern to match the pods in NAMESPACE when POD_LABEL is not specifiedstring.*
--disruption-countNumber of pods to disruptnumber1
--kill-timeoutTimeout to wait for the target pod(s) to be removed in secondsnumber180
--expected-recovery-timeFails if the pod disrupted do not recover within the timeout setnumber120

To see all available scenario options

krknctl run pod-scenarios --help