Skip to content

v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice #100

@Dinesharuchamy

Description

@Dinesharuchamy

Hi ,
I am getting below error when i try to explore the plugin,

controlplane:~$ kubectl tree deployment coredns -n kube-system
W0910 05:43:55.911384    8520 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
NAMESPACE    NAME                              READY  REASON  AGE
kube-system  Deployment/coredns                -              21d
kube-system  ├─ReplicaSet/coredns-674b8bbfcf   -              21d
kube-system  └─ReplicaSet/coredns-6ff97d97f9   -              21d
kube-system    ├─Pod/coredns-6ff97d97f9-gq4nd  True           21d
kube-system    └─Pod/coredns-6ff97d97f9-hcn7j  True           21d
controlplane:~$ kubectl tree deployment calico-kube-controllers -n kube-system
W0910 05:44:46.037358    8936 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
NAMESPACE    NAME                                             READY  REASON  AGE
kube-system  Deployment/calico-kube-controllers               -              21d
kube-system  └─ReplicaSet/calico-kube-controllers-fdf5f5495   -              21d
kube-system    └─Pod/calico-kube-controllers-fdf5f5495-8jbqm  True           21d
controlplane:~$ kubectl tree Pod/calico-kube-controllers-fdf5f5495-8jbqm -n kube-system
W0910 05:45:09.583020    9191 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
No resources are owned by this object through ownerReferences.
controlplane:~$ kubectl get ingress -A
No resources found
controlplane:~$ kubectl get secrets -A
NAMESPACE     NAME                     TYPE                            DATA   AGE
kube-system   bootstrap-token-489vzn   bootstrap.kubernetes.io/token   5      21d
controlplane:~$ kubectl tree secrets bootstrap-token-489vzn -n kube-system
W0910 05:46:14.709947    9774 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
No resources are owned by this object through ownerReferences.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions