k8s
k8s copied to clipboard
deploy image of oathkeeper-maester to arm64
Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's Code of Conduct.
- [X] I have read and am following this repository's Contribution Guidelines.
- [X] This issue affects my Ory Network project.
- [ ] I have joined the Ory Community Slack.
- [ ] I am signed up to the Ory Security Patch Newsletter.
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
+1
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"
}
@0xHexE awesome I will give that a go!
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 :)