Skip to content

Commit 9eb9542

Browse files
author
Mikalai Radchuk
committed
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 <[email protected]>
1 parent 039eaff commit 9eb9542

File tree

4 files changed

+0
-52
lines changed

4 files changed

+0
-52
lines changed

config/admission/admission.yaml

Lines changed: 0 additions & 37 deletions
This file was deleted.

config/admission/kustomization.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

config/admission/kustomizeconfig.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

config/default/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ namePrefix: operator-controller-
1616

1717
resources:
1818
- ../crd
19-
- ../admission
2019
- ../rbac
2120
- ../manager
2221
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in

0 commit comments

Comments
 (0)