You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demonstrate that admission cannot ensure field uniqueness.
The only field you can practically guarantee uniqueness on is .metadata.name because it is used to
construct the etcd key, and etcd does offer consistency. API servers can't 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.
0 commit comments