Closed AbrohamLincoln closed 2 years ago
Adds the wait_for_capacity_timeout parameter to the ASG resource. This is useful if someone was doing something dumb like copying 5gb of container image archives from S3 to /var/lib/rancher/rke2/agent/images/ as part of the pre_userdata script.
wait_for_capacity_timeout
/var/lib/rancher/rke2/agent/images/
pre_userdata
Adds the
wait_for_capacity_timeout
parameter to the ASG resource. This is useful if someone was doing something dumb like copying 5gb of container image archives from S3 to/var/lib/rancher/rke2/agent/images/
as part of thepre_userdata
script.