Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-4.8] Bug 2002349: Fix invalid UPI AWS instance type #5199

Commits on Sep 8, 2021

  1. Fix invalid UPI AWS instance type

    m5a.10xlarge is not a valid instance type anymore. Replaced with m5a.12xlarge
    per https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceTypes.html
    
    generated with `find . -type f -print0 | xargs -0 sed -i 's|m5a.10xlarge|m5a.12xlarge|'`
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1990206
    e-tienne authored and openshift-cherrypick-robot committed Sep 8, 2021
    Copy the full SHA
    007a690 View commit details
    Browse the repository at this point in the history