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

🌱 Remove admission for package uniqueness #850

Merged
merged 1 commit into from
May 13, 2024

Conversation

m1kola
Copy link
Member

@m1kola m1kola commented May 13, 2024

Description

#819 demonstrates the issue.

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.

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

@m1kola m1kola requested a review from a team as a code owner May 13, 2024 14:35
Copy link

netlify bot commented May 13, 2024

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit 817bd0f
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/664227e447eb2400082a6898
😎 Deploy Preview https://deploy-preview-850--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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>
@everettraven everettraven added this pull request to the merge queue May 13, 2024
Merged via the queue into operator-framework:main with commit 7268f2a May 13, 2024
15 checks passed
@m1kola m1kola deleted the remove_vop branch May 13, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants