stolostron / multicluster-controlplane

A standalone controlplane to run ocm core.
Apache License 2.0
1 stars 5 forks source link

Reconciler error #33

Open clyang82 opened 1 year ago

clyang82 commented 1 year ago

E0505 06:41:22.751834 1 controller.go:329] "msg"="Reconciler error" "error"="ManagedCluster.cluster.open-cluster-management.io \"controlplane1-hosted-mc3\" is invalid: status.conditions: Invalid value: \"null\": status.conditions in body must be of type array: \"null\"" "controller"="clusterinfo-controller" "name"="controlplane1-hosted-mc3" "namespace"="controlplane1-hosted-mc3" "object"={"name":"controlplane1-hosted-mc3","namespace":"controlplane1-hosted-mc3"} "reconcileID"="ac2e9c12-32a9-4942-b3f8-32976189d54d"

/assign @skeeey

skeeey commented 1 year ago

fixed with https://github.com/stolostron/multicluster-controlplane/pull/41

clyang82 commented 1 year ago

It works in multicluster-controlplane namespace. it still does not work in default namespace with the same error described above.