Files
kubernetes/pkg/controller/endpointslicemirroring/reconciler.go
Rob Scott 4cfe4403b4 Updating EndpointSlice controllers to return if error encountered
Previously the controllers would proceed with additional creates,
updates, or deletes if 1 failed. That could potentially result in
scenarios where an EndpointSlice create or update failing while a delete
worked. This updates the logic so that removals will not happen if
additions fail.
2020-08-12 09:58:03 -07:00

12 KiB