Open timflannagan opened 3 years ago
$ k get sub -A
NAMESPACE NAME PACKAGE SOURCE CHANNEL
d-gnwz9 d-kgb7w d-mfmms catalog-bvjj6 stable
$ k get ip -A
No resources found
$ k get csv -A
NAMESPACE NAME DISPLAY VERSION REPLACES PHASE
operator-lifecycle-manager packageserver Package Server 0.0.0-dev Succeeded
$ k get sub -A
NAMESPACE NAME PACKAGE SOURCE CHANNEL
d-gnwz9 d-kgb7w d-mfmms catalog-bvjj6 stable
$ k get sub -A -o yaml
apiVersion: v1
items:
- apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
creationTimestamp: "2021-09-29T20:00:52Z"
generation: 1
labels:
operators.coreos.com/d-mfmms.d-gnwz9: ""
name: d-kgb7w
namespace: d-gnwz9
resourceVersion: "1148"
uid: 3a9b9686-8ecb-4b8c-a4c8-1aefd9efdb33
spec:
channel: stable
installPlanApproval: Automatic
name: d-mfmms
source: catalog-bvjj6
sourceNamespace: d-gnwz9
startingCSV: d-mfmms-stable
status:
catalogHealth:
- catalogSourceRef:
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
name: catalog-bvjj6
namespace: d-gnwz9
resourceVersion: "1126"
uid: b5ef3a19-7fd7-4b87-8b35-c54d4739720a
healthy: true
lastUpdated: "2021-09-29T20:00:53Z"
- catalogSourceRef:
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
name: operatorhubio-catalog
namespace: operator-lifecycle-manager
resourceVersion: "1068"
uid: 9c3e91a4-1738-48c9-aeb9-510172efa694
healthy: true
lastUpdated: "2021-09-29T20:00:53Z"
conditions:
- lastTransitionTime: "2021-09-29T20:00:53Z"
message: all available catalogsources are healthy
reason: AllCatalogSourcesHealthy
status: "False"
type: CatalogSourcesUnhealthy
lastUpdated: "2021-09-29T20:00:53Z"
kind: List
metadata:
resourceVersion: ""
selfLink: ""
Will address this flake with upcoming PR.
The
Operator Group intersection
test is almost at permafailing status - it's almost always reproducible when running locally, focusing on theintersection
It block: https://github.com/operator-framework/operator-lifecycle-manager/blob/master/test/e2e/operator_groups_e2e_test.go#L816.Example log when running locally, focusing on that individual test: