Skip to content

Commit

Permalink
Remove admission for package uniqueness (#850)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
m1kola committed May 13, 2024
1 parent 4b65b82 commit 7268f2a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 155 deletions.
37 changes: 0 additions & 37 deletions config/admission/admission.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions config/admission/kustomization.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions config/admission/kustomizeconfig.yaml

This file was deleted.

1 change: 0 additions & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ namePrefix: operator-controller-

resources:
- ../crd
- ../admission
- ../rbac
- ../manager
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
Expand Down
103 changes: 0 additions & 103 deletions test/e2e/cluster_extension_admission_test.go

This file was deleted.

0 comments on commit 7268f2a

Please sign in to comment.