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

deploy image of oathkeeper-maester to arm64 #623

Open
4 of 6 tasks
0xfourzerofour opened this issue Jul 20, 2023 · 4 comments
Open
4 of 6 tasks

deploy image of oathkeeper-maester to arm64 #623

0xfourzerofour opened this issue Jul 20, 2023 · 4 comments
Labels
feat New feature or request.

Comments

@0xfourzerofour
Copy link

Preflight checklist

Describe your problem

I can see on the ory documentation that oathkeeper works on arm64 images however the helm chart relies on the oathkeeper-maester controller which does not support arm64 right now.

with the current setup on an arm64 cluster (graviton3) I get the following error

exec /manager: exec format error    

Describe your ideal solution

All that needs to be done is deploy a version with the arm64 flag and it should be good to go.

Workarounds or alternatives

NA

Version

latest

Additional Context

No response

@0xfourzerofour 0xfourzerofour added the feat New feature or request. label Jul 20, 2023
@0xHexE
Copy link

0xHexE commented Jul 27, 2023

+1

@0xHexE
Copy link

0xHexE commented Jul 27, 2023

I found out that the maester is no longer being activity maintained. I believe there is a workaround without maester.

set {
  name  = "maester.enabled"
  value = "false"
}

@0xfourzerofour
Copy link
Author

@0xHexE awesome I will give that a go!

@Demonsthere
Copy link
Collaborator

The arm based images have been added in https://github.com/ory/oathkeeper-maester/releases/tag/v0.1.9
Just need to bump the values in the charts :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request.
Projects
None yet
Development

No branches or pull requests

3 participants