openshift / pipelines-tutorial

A step-by-step tutorial showing OpenShift Pipelines
Apache License 2.0
298 stars 619 forks source link

Operatorhub installation does not perform as expected/defined in readme #143

Closed HVBE closed 2 years ago

HVBE commented 3 years ago

Hi, I'm currently trying to do some initial PoC for a service that I'm currently involved in development with. Making my way through the tutorial I noticed the following : Not sure whether this is a documentation error or a bug, currently this section https://github.com/openshift/pipelines-tutorial#deploy-sample-application

The section specifies that the operator should automatically create a ServiceAccount named pipeline Meanwhile only the following serviceaccounts are present, is this expected? image

I'm using the appropriate namespace/project as specified in the readme/docs image

Tasks exist image

Clustertasks don't exist, Expected:

$ tkn clustertasks ls
NAME                       DESCRIPTION   AGE
buildah                                  1 day ago
buildah-v0-14-3                          1 day ago
git-clone                                1 day ago
s2i-php                                  1 day ago
tkn                                      1 day ago

Getting: image

It looks like the operator isn't behaving how the readme defines it should, I haven't touched the installation at all, and i've followed the readme with all pre-reqs etc. Is this a problem with the operator, documentation, my environment, or perhaps the installation? This is a bit of a blocker for our efforts, please advise how best to proceed/troubleshoot, thanks!

Details: Environment : Red Hat Openshift On AWS Installation Type: Operatorhub > Openshift pipelines > Stable channel

I also noticed that the underlying operator is tektoncd from what I've been able to gather, is the pipeline operator still up-to-date with the upstream?

HVBE commented 2 years ago

Discovered the issue with this, the failed install was caused by the Gitlab-runner-operator that was in a failover state, for whatever reason this prevented the rh-pipelines-operator from succeeding.