Zone Outage Scenario using Krknctl
krknctl run zone-outages (optional: --<parameter>:<value> )
Can also set any global variable listed here
Scenario specific parameters:
Parameter | Description | Type | Default |
---|---|---|---|
Cloud platform on top of which cluster is running, supported platforms - aws, gcp | enum | aws | |
Duration in seconds after which the zone will be back online | number | 600 | |
cluster virtual private network to target | string | ||
subnet-id to deny both ingress and egress traffic ( REQUIRED ). Format: [subnet1, subnet2] | string | ||
cluster zone to target (only for gcp cloud type ) | string | ||
AWS Access Key Id | string (secret) | ||
AWS Secret Access Key | string (secret) | ||
AWS default region | string | ||
GCP application credentials file location | file |
NOTE: The secret string types will be masked when scenario is ran
To see all available scenario options
krknctl run zone-outages --help