generated from kedacore/github-template
-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
stale-bot-ignoreAll issues that should not be automatically closed by our stale botAll issues that should not be automatically closed by our stale bot
Description
Endpoints
are being replaced by EndpointSlices
. Endpoints
are still there, but k8s@1.33 displays a warning when accessing them directly (they are being mirrored from the EndpointSlices
). Once endpoints are completely gone, the interceptor won't work, because it uses the Endpoint api verify if the service is available + getting the underlying IPs.
more in docs
Metadata
Metadata
Assignees
Labels
stale-bot-ignoreAll issues that should not be automatically closed by our stale botAll issues that should not be automatically closed by our stale bot
Type
Projects
Status
To Triage