Openshift
Last updated
Was this helpful?
Last updated
Was this helpful?
Open Operators/OperatorHub
Goto Streaming & Messaging
Type KubeMQ in search box
Click on Kubemq Enterprise Operator
Set Installation mode to A specific namespace on the cluster
Set the namespace
Click Subscribe
Click On Kubemq Connector
Click on Create KubemqConnector
Click on Configure via YAML View
A yaml editor will open with default configuration will open
Select one of the configurations below
apiVersion: core.k8s.kubemq.io/v1alpha1
kind: KubemqConnector
metadata:
name: kubemq-targets
spec:
type: targets
config: |-
bindings: null
apiVersion: core.k8s.kubemq.io/v1alpha1
kind: KubemqConnector
metadata:
name: kubemq-sources
spec:
type: sources
config: |-
bindings: null
apiVersion: core.k8s.kubemq.io/v1alpha1
kind: KubemqConnector
metadata:
name: kubemq-bridges
spec:
type: bridges
config: |-
bindings: null
6. Click Create