Translate Assign Pod Node to Bahasa Indonesia#16168
Translate Assign Pod Node to Bahasa Indonesia#16168k8s-ci-robot merged 7 commits intokubernetes:masterfrom
Conversation
|
Welcome @marchellametta! |
|
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Signed a Contributor License Agreement (CLA) as requirement |
|
Deploy preview for kubernetes-io-master-staging ready! Built with commit cf534d3 https://deploy-preview-16168--kubernetes-io-master-staging.netlify.com |
|
/assign @irvifa |
irvifa
left a comment
There was a problem hiding this comment.
Hi, thank you for your contribution. It's great to see how you dedicated your time to do this. I left few comments already. 🙁
|
|
||
| {{% capture overview %}} | ||
|
|
||
| Anda dapat memaksa sebuah [pod](/docs/concepts/workloads/pods/pod/) untuk hanya dapat berjalan pada [node](/docs/concepts/architecture/nodes/) tertentu atau mengajukannya agar berjalan pada node tertentu. Ada beberapa cara untuk melakukan hal tersebut. Semua cara yang direkomendasikan adalah menggunakan [label selectors](/docs/concepts/overview/working-with-objects/labels/) untuk membuat pilihan. Pada umumnya, pembatasan ini tidak dibutuhkan, sebagaimana scheduler akan melakukan penempatan yang proporsional dengan otomatis (seperti contohnya menyebar pod di node-node, tidak menempatkan pod pada node dengan resource yang tidak memadai, dst.) tetapi ada keadaan-keadaan tertentu yang membuat Anda mungkin menginginkan kendali lebih terhadap node yang menjadi tempat pod dijalankan, contohnya untuk memastikan pod dijalankan pada mesin yang telah terpasang SSD, atau untuk menempatkan pod-pod dari dua servis yang berbeda yang sering berkomunikasi bersamaan ke dalam zona ketersediaan yang sama. |
There was a problem hiding this comment.
We agree to use more friendly "kamu" instead of "Anda". Kindly change this wording.
Co-Authored-By: Irvi Aini <7439590+irvifa@users.noreply.github.com>
|
Thanks @marchellametta 🎉 |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
* ID translation for assign-pod-node * fix typo * add pods/pod-nginx.yaml example file * add pods/pod-with-node-affinity.yaml example file * add pods/pod-with-pod-affinity.yaml example file * Apply suggestions from code review Co-Authored-By: Irvi Aini <7439590+irvifa@users.noreply.github.com> * tidy up words following code review suggestion
Addresses #15341
@irvifa @girikuncoro