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
I have occasionally encountered a situation where Reflector failed with an unexpected Kubernetes API Server error regarding creating a secret, but even after the reason has been cleared, the secret was still not created.
I think the cause is that if ResourceMirror.ResourceReflect fails, it catches the exception, logs it, then returns successfully:
Hi,
I have occasionally encountered a situation where Reflector failed with an unexpected Kubernetes API Server error regarding creating a secret, but even after the reason has been cleared, the secret was still not created.
I think the cause is that if ResourceMirror.ResourceReflect fails, it catches the exception, logs it, then returns successfully:
kubernetes-reflector/src/ES.Kubernetes.Reflector/Core/Mirroring/ResourceMirror.cs
Line 487 in a9571d3
The text was updated successfully, but these errors were encountered: