stolostron / deploy

Deploy Development Builds of Open Cluster Management (OCM) on RedHat Openshift Container Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG][DEPLOY] Waiting for API group to be available certmanager.k8s.io/v1alpha1

git001 opened this issue · comments

commented

Describe the bug

  • I installed the ACM via Operator hub in OCP 4.5.
  • create the CR via
apiVersion: operators.open-cluster-management.io/v1beta1
kind: MultiClusterHub
metadata:
  name: multiclusterhub
  namespace: open-cluster-management
spec:
  imagePullSecret: pull-secret
  • wait until the multiclusterhub-operator deployes the repo.
  • the problem is that the operator does not come up and I get the los
{
"level":"info",
"ts":1595934620.980875,
"logger":"controller_multiclusterhub",
"msg":"Waiting for API group to be available",
"API group":"certmanager.k8s.io/v1alpha1"
}

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Operator Hub' in the OCP 4 Admin Console
  2. Click on 'ACM' and install it
  3. run oc create -f ... of the above yaml
  4. run oc -n open-cluster-management logs multiclusterhub-operator-<POD>

Expected behavior
I expect a route to be able to login to ACM Web console

Screenshots
2020-07-27_ACM_01

Desktop (please complete the following information):

  • OS: Win Citrix
  • Browser chrome
  • Snapshot ?
commented

stale