Search for multicluster engine (or Multicluster Engine Operator ).
Install the operator into its recommended namespace (commonly multicluster-engine).
Create the MultiClusterEngine custom resource (CLI method shown below):
cat < < 'EOF' | oc apply -f -
apiVersion: multicluster.openshift.io/v1
kind: MultiClusterEngine
metadata:
name: multiclusterengine
spec: {}
EOF
Verify the engine reconciles:
oc get multiclusterengine
oc get pods -n multicluster-engine
Why this matters:
ACM can use the multicluster engine operator for cluster lifecycle functions; Red Hat documents cluster lifecycle with multicluster engine as a core capability.