mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
plugin/kubernetes: Remove Endpoint and EndpointSlice v1beta Support (#6147)
* remove endpoint and endpointslicev1beta watch support Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * adjust readme Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * informer object changes Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * remove unused funcs Signed-off-by: Chris O'Haver <cohaver@infoblox.com> --------- Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
@@ -114,9 +114,7 @@ that has not yet been synchronized.
|
||||
|
||||
## Monitoring Kubernetes Endpoints
|
||||
|
||||
By default the *kubernetes* plugin watches Endpoints via the `discovery.EndpointSlices` API. However the
|
||||
`api.Endpoints` API is used instead if the Kubernetes version does not support the `EndpointSliceProxying`
|
||||
feature gate by default (i.e. Kubernetes version < 1.19).
|
||||
The *kubernetes* plugin watches Endpoints via the `discovery.EndpointSlices` API.
|
||||
|
||||
## Ready
|
||||
|
||||
|
||||
Reference in New Issue
Block a user