You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: Rook is required for the application. Rook was not found in the cluster.
24
+
message: Gatekeeper is required for the application, but not found in the cluster.
24
25
- pass:
25
-
message: Found a supported version of Rook installed and running in the cluster.
26
+
message: Found a supported version of Gatekeeper installed and running in the cluster.
26
27
- imagePullSecret:
27
-
checkName: Registry credneitlas for Quay.io
28
+
checkName: Registry credentials for Quay.io
28
29
registryName: quay.io
29
30
outcomes:
30
31
- fail:
31
-
message: Cannot pull from quay.io
32
+
message: |
33
+
Cannot pull from quay.io. An image pull secret should be deployed to the cluster that has credentials to pull the images. To obtain this secret, please contact your support rep.
32
34
- pass:
33
35
message: Found credentials to pull from quay.io
34
-
- storageClass:
35
-
checkName: Required storage classes
36
-
storageClassName: "expected-storage-class-name"
37
-
outcomes:
38
-
- fail:
39
-
message: The required storage class was not found in the cluster.
40
-
- pass:
41
-
message: The required storage class was found in the cluster.
0 commit comments