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

Support multi-arch worker nodes on ROSA for Keycloak deployments #1027

Closed
Tracked by #34442
kami619 opened this issue Nov 1, 2024 · 1 comment
Closed
Tracked by #34442

Support multi-arch worker nodes on ROSA for Keycloak deployments #1027

kami619 opened this issue Nov 1, 2024 · 1 comment

Comments

@kami619
Copy link
Contributor

kami619 commented Nov 1, 2024

Description

  • When creating a Keycloak in Keycloak Benchmark in a mixed ARM and non-ARM cluster, Keycloak and the Keycloak Operator should deploy on ARM nodes.

Discussion

keycloak/keycloak#34442

Motivation

No response

Details

@ahus1
Copy link
Contributor

ahus1 commented Nov 4, 2024

As discussed, we won't run multi-arch support in our nightly tests, so we skip implementing this now.

The current snippet should be removed:

 scheduling:
    affinity:
      nodeAffinity:
        requiredDuringSchedulingIgnoredDuringExecution:
          nodeSelectorTerms:
            - matchExpressions:
                - key: kubernetes.io/arch
                  operator: In
                  values:
                    - arm64
...

If we need to do it in the future, we might use this as a how-to guide: https://developers.redhat.com/articles/2024/08/27/building-multi-architecture-container-images-openshift-container-platform

@ahus1 ahus1 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 4, 2024
ahus1 added a commit that referenced this issue Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants