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

operator deployments: Only run on supported architectures #318

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

endocrimes
Copy link
Contributor

We only build images for linux, arm64 and amd64, correctly reflect that in deployment manifests to avoid running on unsupported nodes.

We distribute amd64 and arm64 versions of the operator, for linux, but
there are more places that kubernetes can run and may attempt to
schedule pods. Add a default restriction to the manager to require that
we don't run in unsupported places.

Signed-off-by: Danielle Lancashire <dani@builds.terrible.systems>
Signed-off-by: Danielle Lancashire <dani@builds.terrible.systems>
@endocrimes endocrimes merged commit 1196fce into main Sep 18, 2024
11 checks passed
@endocrimes endocrimes deleted the dani/only-run-on-correct-archs branch September 18, 2024 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants