Time Scenarios using Krknctl

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

Can also set any global variable listed here

Scenario specific parameters:

ParameterDescriptionTypeDefault
--object-typeObject to target. Supported options pod or nodeenumpod
--label-selectorLabel of the container(s) or nodes to targetstring“k8s-app=etcd”
--actionAction to run. Supported actions: skew_time or skew_dateenumskew_date
--object-namesList of the names of pods or nodes you want to skewstring
--container-nameContainer in the specified pod to target in case the pod has multiple containers running. Random container is picked if emptystring
--namespaceNamespace of the pods you want to skew, need to be set only if setting a specific pod namestring

To see all available scenario options

krknctl run time-scenarios --help