Questions tagged [operator-lifecycle-manager]

6 questions
2
votes
1 answer

Hit bundle size limit when deploying Operator with OLM

When deploying my operator bundle using OLM I get the following error: level=error msg="File with size ... exceeded 1048576 limit, aborting" file=/bundle/manifests/crd.yaml Error: error loading manifests from directory: file crd.yaml bigger than…
2
votes
1 answer

Openshift 4.2 OLM - operator dependency

I have a question about openshift 4.2 operator dependency. I have 2 CRD yaml files - 1 for my own operator and another one for elastic search. When I try to install my own operator and decale a dependency with Elastic search operator (no CRDs have…
2
votes
2 answers

What version of Operator Lifecycle Manager (OLM) am I running in my cluster?

I'm running an OpenShift cluster and am trying to figure out what version of OLM in installed in it. I'm considering an upgrade, but would like more details. How can I find the version?
Josiah
  • 2,666
  • 5
  • 30
  • 40
0
votes
1 answer

Keycloak Admin infinite loop "Loading the Admin UI" with Minikube and Keycloak 22.0.1 (Keycloak Operator)

I'm trying to install a keycloak instance locally with minikube, OLM and keycloak-operator. Here is my config: 1 apiVersion: k8s.keycloak.org/v2alpha1 2 kind: Keycloak 3 metadata: 4 name: example-keycloak 5 namespace:…
0
votes
0 answers

Trying to install Operator Lifecycle Manager (OLM) in my EC2 instance

I tried to install Operator Lifecycle Manager in my EC2 instance and I get the authentication error. curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.25.0/install.sh | bash -s v0.25.0 Following is the…
0
votes
1 answer

How can I upgrade to the latest Operator Lifecycle Manager on OpenShift 3.11?

I've found version 0.6.0 of the Operator Framework's Operator Lifecycle Manager (OLM) to be lacking and see that 0.12.0 is available with lots of new updates. How can I upgrade to that version? Also, what do I need to consider regarding this…
Josiah
  • 2,666
  • 5
  • 30
  • 40