mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
We were assuming the PROJECT env var was set, which the e2e tests do. But PROJECT is normally not set on AWS (it is set on GCE); this broke as part of the harmonization. Revert to the pre-existing behaviour here, where we use "aws_" as the prefix. Fix #21141