Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for FailedToUpdateEndpointSlices (0.39 sec)

  1. pkg/controller/endpointslicemirroring/events.go

    	// EndpointSlices.
    	FailedToListEndpointSlices = "FailedToListEndpointSlices"
    	// FailedToUpdateEndpointSlices indicates the controller has failed to
    	// update EndpointSlices.
    	FailedToUpdateEndpointSlices = "FailedToUpdateEndpointSlices"
    	// InvalidIPAddress indicates that an IP address found in an Endpoints
    	// resource is invalid.
    	InvalidIPAddress = "InvalidIPAddress"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 06 19:43:35 UTC 2020
    - 1.3K bytes
    - Viewed (0)
  2. pkg/controller/endpointslice/endpointslice_controller.go

    	err = c.reconciler.Reconcile(logger, service, pods, endpointSlices, lastChangeTriggerTime)
    	if err != nil {
    		c.eventRecorder.Eventf(service, v1.EventTypeWarning, "FailedToUpdateEndpointSlices",
    			"Error updating Endpoint Slices for Service %s/%s: %v", service.Namespace, service.Name, err)
    		return err
    	}
    
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.21.md

    - EndpointSlice controller is now less likely to emit FailedToUpdateEndpointSlices events. ([#99345](https://github.com/kubernetes/kubernetes/pull/99345), [@robscott](https://github.com/robscott)) [SIG Apps and Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.20.md

    - EndpointSlice controller is now less likely to emit FailedToUpdateEndpointSlices events. ([#100113](https://github.com/kubernetes/kubernetes/pull/100113), [@robscott](https://github.com/robscott)) [SIG Apps and Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.19.md

    - EndpointSlice controller is now less likely to emit FailedToUpdateEndpointSlices events. ([#100114](https://github.com/kubernetes/kubernetes/pull/100114), [@robscott](https://github.com/robscott)) [SIG Apps and Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.18.md

    - EndpointSlice controller is now less likely to emit FailedToUpdateEndpointSlices events. ([#100146](https://github.com/kubernetes/kubernetes/pull/100146), [@robscott](https://github.com/robscott)) [SIG Apps and Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
Back to top