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
Highlighted in #994 (comment), we should log all missing CRDs/errors when determining a dependency is missing or not at once instead of sequentially. We should also potentially report the error in the CR status as while missing CRD is an inference that an dependency is missing, this may not always be the case such:
Description
Highlighted in #994 (comment), we should log all missing CRDs/errors when determining a dependency is missing or not at once instead of sequentially. We should also potentially report the error in the CR status as while missing CRD is an inference that an dependency is missing, this may not always be the case such:
Places to be updated include:
kuadrant-operator/pkg/authorino/conditions.go
Lines 24 to 36 in 3037523
kuadrant-operator/pkg/gatewayapi/utils.go
Lines 123 to 140 in 3037523
kuadrant-operator/pkg/istio/utils.go
Lines 135 to 154 in 3037523
kuadrant-operator/pkg/envoygateway/utils.go
Lines 44 to 63 in 3037523
The text was updated successfully, but these errors were encountered: