Skip to content

Cluster operator auto upgrading #11437

Answered by Frawless
smsajid asked this question in Q&A
May 13, 2025 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

This is a common functionality of OLM. By default installPlanApproval is set to Automatic. You should change it to Manual in you Subscription to prevent auto-upgrades. Something like:

apiVersion: operators.coreos.com/v1alpha1 
kind: Subscription 
metadata: 
   name: my-strimzi-kafka-operator 
   namespace: operators 
spec: 
   channel: stable 
   name: strimzi-kafka-operator 
   source: operatorhubio-catalog 
   sourceNamespace: olm
   installPlanApproval: Manual

For more details see OLM documentation - https://olm.operatorframework.io/docs/tasks/install-operator-with-olm/

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@smsajid
Comment options

@smsajid
Comment options

Answer selected by smsajid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants