You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Kubernetes v1.33, the corev1.Endpoints API has been officially deprecated and the API server now returns warnings when reading or writing Endpoints resources. We need to migrate our codebase to use discoveryv1.EndpointSlice instead.