stolostron / multicluster-controlplane

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

fail to install controlplane with self-management enabled #34

Open clyang82 opened 1 year ago

clyang82 commented 1 year ago

use this command to install in default namespace helm install controlplane --set route.enabled=false,nodeport.enabled=true,nodeport.port=30081,apiserver.externalHostname=10.89.0.2,autoApprovalBootstrapUsers=system:admin,enableSelfManagement=true .

E0510 00:48:14.678973 1 reflector.go:140] [open-cluster-management.io/api/client/work/informers/externalversions/factory.go:101](http://open-cluster-management.io/api/client/work/informers/externalversions/factory.go:101): Failed to watch *v1.ManifestWork: failed to list *v1.ManifestWork: Get "https://127.0.0.1:9443/apis/work.open-cluster-management.io/v1/namespaces/local-cluster/manifestworks?limit=500&resourceVersion=0": x509: certificate signed by unknown authority

skeeey commented 1 year ago

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