Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ClusterIPNotValid (0.15 sec)

  1. pkg/registry/core/service/ipallocator/controller/repairip.go

    		if ip == nil {
    			// ClusterIP is corrupt, ClusterIPs are already validated, but double checking here
    			// in case there are some inconsistencies with the parsers
    			r.recorder.Eventf(svc, nil, v1.EventTypeWarning, "ClusterIPNotValid", "ClusterIPValidation", "Cluster IP %s is not a valid IP; please recreate Service", ip)
    			runtime.HandleError(fmt.Errorf("the ClusterIP %s for Service %s/%s is not a valid IP; please recreate Service", ip, svc.Namespace, svc.Name))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top