Open Al-Pragliola opened 3 days ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign grdryn for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Attention: Patch coverage is 0%
with 12 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
incubation@87c87ab
). Learn more about missing BASE report.
Files with missing lines | Patch % | Lines |
---|---|---|
pkg/feature/conditions.go | 0.00% | 12 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
I experienced a problem in a cluster, in namespace
opendatahub-auth-provider
there was a pod inEvicted
state and another one Ready and working correctly. When DSCi tried to reconcile onCapabilityServiceMeshAuthorization
it failed with the following error:Reason being that in the function
WaitForPodsToBeReady
we expect every pod to be ready after we apply patches to Authorino deployment, now with the pod in Evicted state if no one manually deletes it or the garbage collector procs, the status of the Capability will never get to be True even if Authorino is actually working.Let me know what you think about it 🙏🏼
How Has This Been Tested?
make test
Screenshot or short clip
Merge criteria