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

Commits on Sep 17, 2024

  1. manager: only run on supported arches/platforms

    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>
    endocrimes committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2992ccd View commit details
    Browse the repository at this point in the history
  2. helm: update for supported arches

    Signed-off-by: Danielle Lancashire <dani@builds.terrible.systems>
    endocrimes committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    cf315ce View commit details
    Browse the repository at this point in the history