-
Bug
-
Resolution: Done
-
Normal
-
ACM 2.12.0
-
False
-
None
-
False
-
-
-
Installer Sprint 2024-43
-
Low
-
No
OCP 4.14.2
advanced-cluster-management.v2.9.0
IPv4 connected.
Deploying ACM.
Created MultiClusterHub using the following command:
- cat <<EOF | oc create -f -
> apiVersion: operator.open-cluster-management.io/v1
> kind: MultiClusterHub
> metadata:
> name: multiclusterhub
> namespace: "rhacm"
>
> spec:
> imagePullSecret: "pull-secret"
> EOF
multiclusterhub.operator.open-cluster-management.io/multiclusterhub created
Realized that I miss an annotation, i.e. the yaml should have been:
apiVersion: operator.open-cluster-management.io/v1 kind: MultiClusterHub metadata: name: multiclusterhub namespace: "rhacm" annotations: installer.open-cluster-management.io/mce-subscription-spec: '{"channel": "stable-2.4","installPlanApproval": "Automatic","name": "multicluster-engine","source": "mce-catalog-source","sourceNamespace": "openshift-marketplace"}' spec: imagePullSecret: "pull-secret"
So attempted to delete the multiclusterhub.
Result: the multiclusterhub is stuck in deletion.
oc get multiclusterhubs.operator.open-cluster-management.io
NAME STATUS AGE
multiclusterhub Uninstalling 21m