Ben Luddy

Results 50 comments of Ben Luddy

I think this test currently expects the environment variable KUBECONFIG to be set (as in https://github.com/operator-framework/operator-registry/blob/master/.github/workflows/test.yml#L55).

/close Rebased and opened https://github.com/openshift/microshift/pull/995.

Just a guess: any chance you're reusing an image tag for this bundle? Bundle manifests are unpacked before installation into a ConfigMap [whose name is based on a hash of...

Here's the progression of the ResolutionFailed condition with this patch. The second line is new: ``` v1alpha1.SubscriptionCondition{Type:"ResolutionFailed", Status:"Unknown", Reason:"", Message:"", LastHeartbeatTime:, LastTransitionTime:} v1alpha1.SubscriptionCondition{Type:"ResolutionFailed", Status:"True", Reason:"ErrorPreventedResolution", Message:"error using catalog without-registry-server-q8l65 (in...

Hi @kfox1111, thanks for taking the time to report this issue. A set of ClusterRoles is generated for each operator-provided API (i.e. CRDs and APIServices). Each OperatorGroup also gets its...

> That makes sense. So its basically missing the namespace name in the generated name clusterrole name? Yes, that would work. The name is generated here: https://github.com/operator-framework/operator-lifecycle-manager/blob/d921b442f104fdf7d5fae5aacb56d6038860e785/pkg/controller/operators/olm/operatorgroup.go#L887 and changing that...

I still think this is worthwhile, but I am several years out of the loop when it comes to operator framework issues.

/sig api-machinery