k8s icon indicating copy to clipboard operation
k8s copied to clipboard

deploy image of oathkeeper-maester to arm64

Open 0xfourzerofour opened this issue 2 years ago • 5 comments

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 avatar Jul 20 '23 17:07 0xfourzerofour

+1

0xHexE avatar Jul 27 '23 05:07 0xHexE

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 avatar Jul 27 '23 05:07 0xHexE

@0xHexE awesome I will give that a go!

0xfourzerofour avatar Jul 29 '23 20:07 0xfourzerofour

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 :)

Demonsthere avatar Sep 05 '23 11:09 Demonsthere