Installation without Operator #7133
darktempla
started this conversation in
General
Replies: 1 comment 1 reply
-
Strimzi is based around the operator. So you always need to install the operator. That said, OLM is just one of the many ways to install the operator. You can also just download the ZIP files with the YAML files and install them with So you need to install the operator, but if OLM does not work on your home setup, just pick another method. PS: I tested the OLM submission for Strimzi 0.30.0 on my ARM based Minikube on MacOS and it seemed to work fine for me there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, so I have hopefully not such a unique position.
At home I run a arm64 only Kubernetes cluster and as such I have found getting the OLM operator up and running with arm64 support not possible at this stage due to the catalog not playing nicely - operator-framework/operator-lifecycle-manager#2823.
I first did a check and was happy to see you support arm64 as per - #3357
So that posses my question to the community, is there a way to install Strimzi and it's CRDs and get things up and running without using operators. I appreciate the benefits of them and use them at work with OpenShift just not possible at this stage with my home setup.
Apologies in advance if I have overlooked something in the doco.
Beta Was this translation helpful? Give feedback.
All reactions