-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
Pipelines 1.7
-
5
-
False
-
None
-
False
As a non-admin user of an OpenShift cluster, I want to find out if
1. OpenShift Pipelines operator is installed (can be already achieved by looking on operator version using "tkn version")
2. OpenShift Pipelines operator is in healthy/ready/usable state
Acceptance criteria:
- cluster users with minimal permissions can get status of operator
Notes
- Cluster admin (i.e. an user able to install new operators) can check the state of operator using "oc get tektonconfig config"
- needed for release-tests because we want to simulate what ordinary user would do in that test suite