Skip to content

Commit 51838c9

Browse files
authored
Merge pull request #52518 from Andreaf2395/patch-1
Update dns-debugging-resolution.md
2 parents a1e0bb1 + 389d69c commit 51838c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/dns-debugging-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ You can verify that DNS endpoints are exposed by using the `kubectl get endpoint
186186
command.
187187

188188
```shell
189-
kubectl get endpointslices -l k8s.io/service-name=kube-dns --namespace=kube-system
189+
kubectl get endpointslice -l k8s.io/service-name=kube-dns --namespace=kube-system
190190
```
191191
```
192192
NAME ADDRESSTYPE PORTS ENDPOINTS AGE

0 commit comments

Comments
 (0)