Skip to content

Commit 389d69c

Browse files
authored
Update dns-debugging-resolution.md
The kubectl command was using the incorrect plural 'endpointslices'. Updated it to the correct resource name 'endpointslice' to avoid errors.
1 parent 7afcb13 commit 389d69c

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)