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

MULTIARCH-4569: aws: support multi-arch nodes #8698

Merged
merged 3 commits into from
Jul 19, 2024

Commits on Jul 10, 2024

  1. ic: allow multi-arch clusters for AWS when feature gate enabled

    This is the first step to implement multi-arch clusters for AWS: allow
    users to specify a different architecture for compute nodes when the
    `MultiArchInstallAWS` feature gate is enabled.
    r4f4 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d9e5e66 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. asset: rhcos: make asset multi-arch aware

    For some platforms, we will need to be able to get different RHCOS
    images based on the architecture of the nodes. Currently it's assumed
    that the same image is used for all nodes.
    r4f4 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    160156e View commit details
    Browse the repository at this point in the history
  2. MULTIARCH-4569: aws: support multi-arch nodes

    Use different instance types based on the node's architecture.
    r4f4 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0847771 View commit details
    Browse the repository at this point in the history