Skip to content

Add Indonesian translation for container lifecycle hooks#14089

Merged
k8s-ci-robot merged 2 commits intokubernetes:masterfrom
girikuncoro:id-container-lifecycle
May 1, 2019
Merged

Add Indonesian translation for container lifecycle hooks#14089
k8s-ci-robot merged 2 commits intokubernetes:masterfrom
girikuncoro:id-container-lifecycle

Conversation

@girikuncoro
Copy link
Copy Markdown
Contributor

This PR translates concepts/containers/container-lifecycle-hooks.md of #13929

/language id
/assign @irvifa

@k8s-ci-robot k8s-ci-robot added language/id Issues or PRs related to Indonesian language cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Apr 28, 2019
@k8s-ci-robot k8s-ci-robot added the sig/docs Categorizes an issue or PR as relevant to SIG Docs. label Apr 28, 2019
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 28, 2019

Deploy preview for kubernetes-io-master-staging ready!

Built with commit 4f6e55a

https://deploy-preview-14089--kubernetes-io-master-staging.netlify.com


{{% capture overview %}}

Laman ini menjelaskan bagaimana semua Kontainer yang diatur kubelet menggunakan *framework lifecycle hook*
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about kubelet since that's a Kubernetes related terminology?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we'll standardize this later, I followed the original english formatting of this page (kubelet without anything)

*Hook* ini akan dipanggil sesaat sebelum kontainer dimatikan, karena suatu *request* API atau *event* pengaturan,
contohnya kegagalan pada *liveness probe*, *preemption*, perebutan *resource*, dan lainnya.
Sebuah panggilan untuk *hook* `PreStop` akan gagal jika kontainer tersebut telah ada pada *state terminate* atau *complete*.
Hal ini bersifat *blocking*, yang artinya *synchronous*, harus menunggu eksekusi selesai, sebelum melakukan panggilan
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wondering if we kan use sinkronis to replace synchronous wdyt @qbl ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we agreed sinkron dan tidak sinkron, I'm changing this


### Implementasi *handler* untuk *hook*

Kontainer dapat mengakses sebuah *hook* dengan implementasi dan registrasi sebuah *handler* untuk *hook* tersebut.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit dengan -> melalui

Kontainer dapat mengakses sebuah *hook* dengan implementasi dan registrasi sebuah *handler* untuk *hook* tersebut.
Ada dua jenis *handler* untuk *hook* yang dapat diimplementasikan untuk Kontainer:

* Exec - Mengeksekusi sebuah perintah tertentu, contohnya `pre-stop.sh`, di dalam cgroups dan *namespace* suatu Kontainer.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Exec

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is fine (as it follows original page formatting)

Ada dua jenis *handler* untuk *hook* yang dapat diimplementasikan untuk Kontainer:

* Exec - Mengeksekusi sebuah perintah tertentu, contohnya `pre-stop.sh`, di dalam cgroups dan *namespace* suatu Kontainer.
*Resource* yang dikonsumsi oleh perintah tersebut dianggap sebagai bagian dari Kontainer.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm seems the web formatting automatically merged it within the same line. I think it's fine

## Ikhtisar

Kubernetes menyediakan *hook* untuk *lifecycle* Kontainer. Hal ini sejalan dengan *framework* bahasa
pemrograman kebanyakan yang memiliki *hook* untuk *lifecycle* komponen, seperti Angular contohnya.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kebanyakan -> pada umumnya

@girikuncoro
Copy link
Copy Markdown
Contributor Author

@irvifa I have addressed the review comments, let me know what you think

@girikuncoro girikuncoro removed the request for review from Rajakavitha1 May 1, 2019 14:55
Copy link
Copy Markdown
Member

@irvifa irvifa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay for me, thanks for your update

@irvifa
Copy link
Copy Markdown
Member

irvifa commented May 1, 2019

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 1, 2019
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 1, 2019
@k8s-ci-robot k8s-ci-robot merged commit b191b55 into kubernetes:master May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/id Issues or PRs related to Indonesian language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants