Skip to content

Commit 817bd0f

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 817bd0f

File tree

5 files changed

+0
-155
lines changed

5 files changed

+0
-155
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

test/e2e/cluster_extension_admission_test.go

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

0 commit comments

Comments
 (0)