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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃尡 Remove admission for package uniqueness #850

Merged
merged 1 commit into from
May 13, 2024

Commits on May 13, 2024

  1. Remove admission for package uniqueness

    API servers can't guarantee uniqueness because they can handle
    more than one concurrent request for the same resource and both
    can be past admission but before storage.
    
    There's also latency between creation and an update to the
    binding's param informer. The problems gets worse in HA setups
    when you have multiple kube-apiserver instances.
    
    Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
    m1kola committed May 13, 2024
    Configuration menu
    Copy the full SHA
    817bd0f View commit details
    Browse the repository at this point in the history