Does the operator support arm64 instance types? #631
-
I have an EKS cluster over Graviton EC2 instances. Tried installing OpenSearch operator via helm chart, and the operator pod is on a crash restart loop. Here is what I could get from the logs,
Suspecting architecture difference between operator image and node.
|
Beta Was this translation helpful? Give feedback.
Answered by
sathishbaskar
Oct 8, 2023
Replies: 2 comments
-
Found this - public.ecr.aws/opsterio/opensearch-operator:latest-ARM here. Will try it out and close the discussion if it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sathishbaskar
-
Could get it working using above image. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found this - public.ecr.aws/opsterio/opensearch-operator:latest-ARM here. Will try it out and close the discussion if it works.