diff --git a/content/en/docs/tasks/administer-cluster/dns-debugging-resolution.md b/content/en/docs/tasks/administer-cluster/dns-debugging-resolution.md index 643e2a0f2cbe5..e58ab98f1e40b 100644 --- a/content/en/docs/tasks/administer-cluster/dns-debugging-resolution.md +++ b/content/en/docs/tasks/administer-cluster/dns-debugging-resolution.md @@ -186,7 +186,7 @@ You can verify that DNS endpoints are exposed by using the `kubectl get endpoint command. ```shell -kubectl get endpointslices -l k8s.io/service-name=kube-dns --namespace=kube-system +kubectl get endpointslice -l k8s.io/service-name=kube-dns --namespace=kube-system ``` ``` NAME ADDRESSTYPE PORTS ENDPOINTS AGE