openshift/tektoncd-pipeline-operator

Issue: operator cant be installed on ocp-4.2

Closed this issue · 4 comments

Issue

Is the Pipelines Operator working on ocp-4.2 as I clicked on the button to install it using the screen operatorhub of the console on our cluster and nothing is displayed under the Installed Operators view

The subscription has been created but the status dont report errors

 oc -n openshift-operators get subscription/openshift-pipelines-operator -o yaml
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
  creationTimestamp: 2020-01-21T17:04:38Z
  generation: 1
  name: openshift-pipelines-operator
  namespace: openshift-operators
  resourceVersion: "2370367"
  selfLink: /apis/operators.coreos.com/v1alpha1/namespaces/openshift-operators/subscriptions/openshift-pipelines-operator
  uid: 1b985df7-3c70-11ea-ae25-0a321136e046
spec:
  channel: dev-preview
  installPlanApproval: Automatic
  name: openshift-pipelines-operator
  source: community-operators
  sourceNamespace: openshift-marketplace
  startingCSV: openshift-pipelines-operator.v0.8.2
status:
  catalogHealth:
  - catalogSourceRef:
      apiVersion: operators.coreos.com/v1alpha1
      kind: CatalogSource
      name: certified-operators
      namespace: openshift-marketplace
      resourceVersion: "2357835"
      uid: 89b974a7-3220-11ea-82ce-021709f01566
    healthy: true
    lastUpdated: 2020-01-21T17:04:38Z
  - catalogSourceRef:
      apiVersion: operators.coreos.com/v1alpha1
      kind: CatalogSource
      name: community-operators
      namespace: openshift-marketplace
      resourceVersion: "2349539"
      uid: 8a596a97-3220-11ea-82ce-021709f01566
    healthy: true
    lastUpdated: 2020-01-21T17:04:38Z
  - catalogSourceRef:
      apiVersion: operators.coreos.com/v1alpha1
      kind: CatalogSource
      name: redhat-operators
      namespace: openshift-marketplace
      resourceVersion: "2357839"
      uid: 8aa5a53f-3220-11ea-82ce-021709f01566
    healthy: true
    lastUpdated: 2020-01-21T17:04:38Z
  conditions:
  - lastTransitionTime: 2020-01-21T17:04:38Z
    message: all available catalogsources are healthy
    reason: AllCatalogSourcesHealthy
    status: "False"
    type: CatalogSourcesUnhealthy
  lastUpdated: 2020-01-21T17:04:38Z

NOTE: could the error be related to the fact that no CSV for 0.9.1 exists (see startingCSV: openshift-pipelines-operator.v0.8.2)

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

Stale issues rot after 30d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle rotten
/remove-lifecycle stale

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen.
Mark the issue as fresh by commenting /remove-lifecycle rotten.
Exclude this issue from closing again by commenting /lifecycle frozen.

/close

@openshift-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen.
Mark the issue as fresh by commenting /remove-lifecycle rotten.
Exclude this issue from closing again by commenting /lifecycle frozen.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.