aws-samples / amazon-eks-ami-rhel

This is a Red Hat Enterprise Linux specific forked version of the official awslabs amazon-eks-ami repository.
https://github.com/awslabs/amazon-eks-ami
MIT No Attribution
13 stars 9 forks source link

Unbound Variable ISOLATED_REGIONS #4

Open fiendishfeather opened 4 months ago

fiendishfeather commented 4 months ago

Good Day,

When attempting to run the script with CACHE_CONTAINER_IMAGES set to true, the install_worker.sh script throws an unbound variable error for ISOLATED_REGIONS on line 405.

Looking at the history of the install_worker.sh file, it appears that the ISOLATED_REGIONS variable used to be set if the variable INSTALL_AWSCLI was set to true, but the code has been refactored since then and is no longer gets set as a static variable.

bradwatsonaws commented 1 month ago

@fiendishfeather did you ever get past this issue? I apologize I didn't see this issue get posted.