kops/tests/e2e/scenarios/upgrade-ab
justinsb 0f2fc55be7 upgrade-ab test should use old (deprecated) flags
Because upgrade-ab needs to run with older versions, we must use the
older flags.

Issue #15698
2023-07-29 18:22:07 -04:00
..
README.md e2e upgrade-ab: a few more fixes and notes on how to run locally 2021-05-09 13:48:37 -04:00
run-test.sh upgrade-ab test should use old (deprecated) flags 2023-07-29 18:22:07 -04:00

README.md

Running locally

If you want run locally:

First set your KOPS_STATE_STORE:

export KOPS_STATE_STORE=...

Then set the configuration for the test run:

export KOPS_VERSION_A="v1.18.3"
export KOPS_VERSION_B="v1.19.2"
export K8S_VERSION_A="v1.18.18"
export K8S_VERSION_B="v1.18.18"
export ADMIN_ACCESS="0.0.0.0/0" # Or use your IPv4 with /32

export CLOUD_PROVIDER=aws
export CLUSTER_NAME=upgrade-ab.k8s.local

export PATH=${GOPATH}/bin:$PATH

tests/e2e/scenarios/upgrade-ab/run-test.sh