Time Scenarios using Krknctl
krknctl run time-scenarios (optional: --<parameter>:<value> ) |
Can also set any global variable listed here
Scenario specific parameters:
| Parameter | Description | Type | Default |
|---|---|---|---|
Object to target. Supported options pod or node | enum | pod | |
| Label of the container(s) or nodes to target | string | “k8s-app=etcd” | |
Action to run. Supported actions: skew_time or skew_date | enum | skew_date | |
| List of the names of pods or nodes you want to skew | string | ||
| Container in the specified pod to target in case the pod has multiple containers running. Random container is picked if empty | string | ||
| Namespace of the pods you want to skew, need to be set only if setting a specific pod name | string |
To see all available scenario options
krknctl run time-scenarios --help