Zone Outage Scenario using Krknctl

krknctl run zone-outages (optional: --<parameter>:<value> )

Can also set any global variable listed here

Scenario specific parameters:

ParameterDescriptionTypeDefault
--cloud-typeCloud platform on top of which cluster is running, supported platforms - aws, gcpenumaws
--durationDuration in seconds after which the zone will be back onlinenumber600
--vpc-idcluster virtual private network to targetstring
--subnet-idsubnet-id to deny both ingress and egress traffic ( REQUIRED ). Format: [subnet1, subnet2]string
--zonecluster zone to target (only for gcp cloud type )string
--aws-access-key-idAWS Access Key Idstring (secret)
--aws-secret-access-keyAWS Secret Access Keystring (secret)
--aws-default-regionAWS default regionstring
--gcp-application-credentialsGCP application credentials file locationfile

NOTE: The secret string types will be masked when scenario is ran

To see all available scenario options

krknctl run zone-outages --help