Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for EndpointSlices (0.08 sec)

  1. CHANGELOG/CHANGELOG-1.34.md

    - When proxying to an aggregated API server, kube-apiserver used the
      `EndpointSlices` of the `service` indicated by the `APIServer`, rather than
      using Endpoints.
      
      If you were using the aggregated API server feature, and you were writing out
      the endpoints for it by hand (rather than letting kube-controller-manager
      generate `Endpoints` and `EndpointSlices` for it automatically based on the
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 27 10:36:10 UTC 2025
    - 292.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.31.md

    - Fixed sample-cli-plugin help text to be consistent and always use `kubectl ns`. ([#125641](https://github.com/kubernetes/kubernetes/pull/125641), [@nirs](https://github.com/nirs))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:49:57 UTC 2025
    - 429.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.33.md

    - Endpoints resources created by the Endpoints controller now include a label indicating this.
      Users who manually create Endpoints can also add this label, but they should consider
      using `EndpointSlices` instead. ([#130564](https://github.com/kubernetes/kubernetes/pull/130564), [@danwinship](https://github.com/danwinship)) [SIG Apps and Network]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:46:23 UTC 2025
    - 294.3K bytes
    - Viewed (0)
Back to top