Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PortNotAllocated (0.13 sec)

  1. pkg/registry/core/service/portallocator/controller/repair.go

    					stored.Release(port)
    				} else {
    					// doesn't seem to be allocated
    					nodePortRepairPortErrors.WithLabelValues("repair").Inc()
    					c.recorder.Eventf(svc, nil, corev1.EventTypeWarning, "PortNotAllocated", "PortAllocation", "Port %d is not allocated; repairing", port)
    					runtime.HandleError(fmt.Errorf("the node port %d for service %s/%s is not allocated; repairing", port, svc.Name, svc.Namespace))
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 30 15:46:06 UTC 2023
    - 10.4K bytes
    - Viewed (0)
Back to top