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
controller: do not increment the retry counter if IP is missing
This patch modifies the `resolveEndpoint` in `CSIAddonsNode` controller
to return a custom error if the pod does not have an IP and is in
Pending/Running state.
During the reconcile, if we get the custom error, we just requeue
without incrementing the retry counter.
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
0 commit comments