Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 829 Bytes

File metadata and controls

27 lines (19 loc) · 829 Bytes

Strimzi Operator

To deploy the Strimzi Operators we need to use an user with cluster-admin role.

oc login -u admin-user

Deploy the Strimzi Operators with a Subscription from the Operator Hub:

❯ oc apply -f strimzi-migration-og.yml
❯ oc apply -f strimzi-subscription.yml

NOTE: This is a namespaced installation of the operator.

You could check the status of the subscription with the following commands:

❯ oc get csv
NAME                               DISPLAY   VERSION   REPLACES   PHASE
strimzi-cluster-operator.v0.22.1   Strimzi   0.22.1               Succeeded

Adding Operators to a cluster article describes deeply how to install Operators using OperatorHub