Translate ingress for Bahasa Indonesia.#13958
Translate ingress for Bahasa Indonesia.#13958k8s-ci-robot merged 8 commits intokubernetes:masterfrom
Conversation
|
/assign @girikuncoro |
|
Deploy preview for kubernetes-io-master-staging ready! Built with commit 72fbb0b https://deploy-preview-13958--kubernetes-io-master-staging.netlify.com |
girikuncoro
left a comment
There was a problem hiding this comment.
Looking good, just be careful on typos and english left over.
Also the english link doesnt work, I would still do Indonesian link so once the referred translation is ready, it will get linked automatically
| - src: "*beta*" | ||
| title: "beta" | ||
| - src: "*deprecated*" | ||
| title: "deprecated" |
There was a problem hiding this comment.
actually maybe deprecated is better since it is in Kubernetes version convention, wdyt?
I might have to change whatever I've written that got merged to master later.
girikuncoro
left a comment
There was a problem hiding this comment.
found some more typos and english leftover
| kontroler beroperasi sedikit berbeda satu sama lain. | ||
|
|
||
| {{< note >}} | ||
| Pastikan kamu sudah terlebih dahulu memahami dokumentasi kontroler Ingress yang akan kamu bakai sebelum memutuskan untuk memakai kontroler tersebut. |
|
|
||
| ### *Backend Default* | ||
|
|
||
| Sebuah Ingress yang tidak memiliki *rules* akan mengarahkan semua trafik pada sebuag *backend default*. *Backend default* inilah yang |
| [readiness probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) | ||
| yang memungkinkan kamu untuk memperoleh hasil yang sama. Silahkan pelajari lebih lanjut dokumentasi | ||
| kontroler yang kamu pakai untuk mengetahui bagaimana implementasi *health checks* pada kontroler yang kamu pilih ( | ||
| [nginx](https://git.k8s.io/ingress-nginx/README.md), |
|
|
||
| Setiap *rule* HTTP mengandung informasi berikut: | ||
|
|
||
| * *Host* opsional. Di dalam contoh ini, tidak ada *host* yang diberikan, dengan kata lain, semua *rules* berlaku untuk *inbound*. |
There was a problem hiding this comment.
nit: trailing period for inbound
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: girikuncoro, irvifa The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR addresses #13929 and #13933