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

docs: claim official ARM support #2024

Merged
merged 1 commit into from
Jan 17, 2022
Merged

docs: claim official ARM support #2024

merged 1 commit into from
Jan 17, 2022

Conversation

swiatekm
Copy link

@swiatekm swiatekm commented Jan 13, 2022

Description

With some recent image upgrades, we now officially support ARM, minus Falco. Internal E2E tests are passing for EKS on Graviton2 nodes, so we can claim this with a good amount of confidence. This should also resolve #1565.


Checklist

Remove items which don't apply to your PR.

  • Changelog updated

@github-actions github-actions bot added the documentation documentation label Jan 13, 2022
@perk-sumo
Copy link
Contributor

Please update the changelog as well :)

@swiatekm swiatekm marked this pull request as ready for review January 17, 2022 12:57
@swiatekm swiatekm requested a review from a team as a code owner January 17, 2022 12:57
@kkujawa-sumo
Copy link
Contributor

kkujawa-sumo commented Jan 17, 2022

to deploy on ARM it is needed to change container images in values.yaml, am I right?

@swiatekm
Copy link
Author

swiatekm commented Jan 17, 2022

to deploy on ARM it is needed to change container images in values.yaml, am I right?

No, they're all multiplatform. The container runtime will pull the right image for the host architecture. In fact, E2E tests run with the exact same values.yaml on x86 and ARM.

@swiatekm swiatekm enabled auto-merge (rebase) January 17, 2022 14:21
@swiatekm swiatekm merged commit c345c8e into main Jan 17, 2022
@swiatekm swiatekm deleted the docs/arm-support branch January 17, 2022 14:25
@perk-sumo perk-sumo added this to the v2.4 milestone Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for arm64 architecture
4 participants