Commit 9eb9542
Mikalai Radchuk
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- config
- admission
- default
4 files changed
+0
-52
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments