You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, aws instance templates ec2_instance_types.go are generate by ec2_instance_types/gen.go. Everytime Ec2 rollout new instances, this file needs to be regenerated and CA needs to roll out new images.
This can be improved by generating ec2 instance types in runtime. Either at the time CA starts or the first time to get the instance list. With this, we don't need to frequently update this file and cherry-pick to elder versions.
The text was updated successfully, but these errors were encountered:
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
/feature /improvement
Right now, aws instance templates
ec2_instance_types.go
are generate byec2_instance_types/gen.go
. Everytime Ec2 rollout new instances, this file needs to be regenerated and CA needs to roll out new images.This can be improved by generating ec2 instance types in runtime. Either at the time CA starts or the first time to get the instance list. With this, we don't need to frequently update this file and cherry-pick to elder versions.
The text was updated successfully, but these errors were encountered: