Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not always error out while checking for existence of resources #151

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. do not always error out while checking for existence of resources

    controllers also get reconciles for deletion events and it may happen
    that resource at api server be deleted first before it being purged from
    cache and during that time if we error out the reconciliation will never
    be successful in standard conditions.
    
    Signed-off-by: Leela Venkaiah G <[email protected]>
    leelavg committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f879c2a View commit details
    Browse the repository at this point in the history