Merge pull request #33673 from Arhell/curr-link

[id] update dns-debugging-resolution.md link
pull/33747/head
Kubernetes Prow Robot 2022-05-14 20:48:16 -07:00 committed by GitHub
commit 0a49e7b9b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ Nama layanan adalah `kube-dns` baik untuk CoreDNS maupun kube-dns.
{{< /note >}}
Jika kamu telah membuat Service atau seharusnya Service telah dibuat secara bawaan namun ternyata tidak muncul, lihat
[_debugging_ Service](/docs/tasks/debug-application-cluster/debug-service/) untuk informasi lebih lanjut.
[_debugging_ Service](/docs/tasks/debug/debug-application/debug-service/) untuk informasi lebih lanjut.
### Apakah endpoint DNS telah ekspos?
@ -175,7 +175,7 @@ kube-dns 10.180.3.17:53,10.180.3.17:53 1h
```
Jika kamu tidak melihat _endpoint_, lihat bagian _endpoint_ pada dokumentasi
[_debugging_ Service](/docs/tasks/debug-application-cluster/debug-service/).
[_debugging_ Service](/docs/tasks/debug/debug-application/debug-service/).
Untuk tambahan contoh Kubernetes DNS, lihat
[contoh cluster-dns](https://github.com/kubernetes/examples/tree/master/staging/cluster-dns) pada repositori Kubernetes GitHub.