Skip to content

Remove usage of Endpoints #951

Open
Open
@dervoeti

Description

@dervoeti

We use Endpoints here:

let endpoints = client
.get::<Endpoints>(
svc.metadata.name.as_deref().context(NoNameSnafu)?,
svc.metadata
.namespace
.as_deref()
.context(NoNamespaceSnafu)?,
)
.await
.with_context(|_| FindEndpointsSnafu {
svc: ObjectRef::from_obj(svc),
})?;

They are deprecated as of Kubernetes 1.33 (we should probably use EndpointSlices instead).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions