Skip to content

Commit a8a75cc

Browse files
authored
Update keps/sig-network/1880-multiple-service-cidrs/README.md
1 parent 732cf1c commit a8a75cc

File tree

1 file changed

+3
-1
lines changed
  • keps/sig-network/1880-multiple-service-cidrs

1 file changed

+3
-1
lines changed

keps/sig-network/1880-multiple-service-cidrs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,9 @@ The feature depends on the API server to work, however, the components consuming
849849
###### What are other known failure modes?
850850

851851
- Can not create Service with ClusterIP
852-
- Detection: via metrics or because an Create Service API call fails
852+
- Detection: via metrics that record errors and latency to allocate an Cluster IP, the allocator also log slow operations in `pkg/registry/core/service/ipallocator/ipallocator.go`
853+
> trace := utiltrace.New("allocate dynamic ClusterIP address")
854+
> defer trace.LogIfLong(500 * time.Millisecond)
853855
- Mitigations: already running workloads will not be affected, if no new services can be created first check if is because there
854856
are not available IPs checking the metrics with the number of available IPs
855857
- Diagnostics: The ServiceCIDR object has conditions in state that can help to understand if there is some problems with

0 commit comments

Comments
 (0)