Skip to content

Conversation

@ridwanbejo
Copy link
Contributor

@ridwanbejo ridwanbejo commented Oct 11, 2025

Description

Translate validate node test page to Bahasa

Closes: N/A

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 11, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign habibrosyad for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

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 area/localization General issues or PRs related to localization language/id Issues or PRs related to Indonesian language sig/docs Categorizes an issue or PR as relevant to SIG Docs. labels Oct 11, 2025
@netlify
Copy link

netlify bot commented Oct 11, 2025

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit bc86491
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-io-main-staging/deploys/68f2f0f955c222000876090a
😎 Deploy Preview https://deploy-preview-52684--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Caesarsage
Copy link
Contributor

/language id

Copy link
Contributor

@ariscahyadi ariscahyadi left a comment

Choose a reason for hiding this comment

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

Hi @ridwanbejo … thank you for your contribution but I have small comments to address.

---
reviewers:
- Random-Liu
title: Validasi pengaturan Node
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
title: Validasi pengaturan Node
title: Validasi Pengaturan Node


## Tes Kesesuaian *Node*

*Tes kesesuaian Node* adalah kerangka kerja tes berbasis kontainer yang menyediakan sistem verifikasi dan tes untuk *Node*. Tes memvalidasi apakah *Node* memenuhi syarat minimum untuk Kubernetes; *Node* yang lolos tes dianggap lolos untuk bergabung dengan klaster Kubernetes.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
*Tes kesesuaian Node* adalah kerangka kerja tes berbasis kontainer yang menyediakan sistem verifikasi dan tes untuk *Node*. Tes memvalidasi apakah *Node* memenuhi syarat minimum untuk Kubernetes; *Node* yang lolos tes dianggap lolos untuk bergabung dengan klaster Kubernetes.
*Node conformance test* atau tes kesesuaian *Node* adalah kerangka kerja tes berbasis kontainer yang menyediakan sistem verifikasi dan tes untuk *Node*. Tes memvalidasi apakah *Node* memenuhi syarat minimum untuk Kubernetes; *Node* yang lolos tes dianggap lolos untuk bergabung dengan klaster Kubernetes.

Untuk istilah kurang umum, sebaiknya ditambahkan istilah asli dalam bahasa Inggris


## Prasyarat Node

Untuk menjalankan tes kesesuaian *Node*, sebuah *Node* harus memenuhi prasyarat yang sama dengan *Node* Kubernetes standar. Sekurang - kurangnya, daemon dibawah ini harus terpasang di *Node*:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Untuk menjalankan tes kesesuaian *Node*, sebuah *Node* harus memenuhi prasyarat yang sama dengan *Node* Kubernetes standar. Sekurang - kurangnya, daemon dibawah ini harus terpasang di *Node*:
Untuk menjalankan tes kesesuaian *Node*, sebuah *Node* harus memenuhi prasyarat yang sama dengan *Node* Kubernetes standar. Sekurang - kurangnya, *daemon* dibawah ini harus terpasang di *Node*:


## Menjalankan Tes Kesesuaian Node

Untuk menjalankan tes kesesuaian *Node*, lakukanlah langkah - langkah berikut ini:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Untuk menjalankan tes kesesuaian *Node*, lakukanlah langkah - langkah berikut ini:
Untuk menjalankan tes kesesuaian *Node*, lakukanlah langkah-langkah berikut ini:

`--kubeconfig=/var/lib/kubelet/config.yaml`.
Karena kerangka kerja tes akan menjalankan panel kontrol lokal untuk menguji kubelet,
menggunakan `http://localhost:8080` sebagai URL dari API Server.
Terdapat beberapa parameter *command line* untuk kubelet yang mungkin kamu gunakan:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Terdapat beberapa parameter *command line* untuk kubelet yang mungkin kamu gunakan:
Terdapat beberapa parameter *command line* untuk kubelet yang mungkin bisa kamu gunakan:


## Menjalankan Tes Kesesuaian Node untuk Arsitektur lainnya

Kubernetes juga menyediakan *image* tes kesesuaian Node untuk arsitektur lainnya:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Kubernetes juga menyediakan *image* tes kesesuaian Node untuk arsitektur lainnya:
Kubernetes juga menyediakan *image* tes kesesuaian *Node* untuk arsitektur lainnya:


## Menjalankan Tes Tertentu

Untuk menjalankan tes - tes tertentu, ganti nilai *environment variable* `FOCUS` dengan ekspresi reguler dari tes - tes yang ingin kamu jalankan.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Untuk menjalankan tes - tes tertentu, ganti nilai *environment variable* `FOCUS` dengan ekspresi reguler dari tes - tes yang ingin kamu jalankan.
Untuk menjalankan tes-tes tertentu, ganti nilai *environment variable* `FOCUS` dengan ekspresi reguler dari tes-tes yang ingin kamu jalankan.

registry.k8s.io/node-test:0.2
```

Untuk melewat tes - tes tertentu, ganti nilai *environment variable* `SKIP` dengan ekspresi reguler dari tes - tes yang ingin kamu lewati.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Untuk melewat tes - tes tertentu, ganti nilai *environment variable* `SKIP` dengan ekspresi reguler dari tes - tes yang ingin kamu lewati.
Untuk melewatkan tes-tes tertentu, ganti nilai *environment variable* `SKIP` dengan ekspresi reguler dari tes-tes yang ingin kamu lewati.


## Kekurangan

* Tes ini meninggalkan sisa - sisa *image* Docker di dalam *Node*, termasuk *image* dari tes kesesuaian *Node* dan *image* kontainer yang digunakan untuk tes fungsionalitas.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* Tes ini meninggalkan sisa - sisa *image* Docker di dalam *Node*, termasuk *image* dari tes kesesuaian *Node* dan *image* kontainer yang digunakan untuk tes fungsionalitas.
* Tes ini meninggalkan sisa-sisa *image* Docker di dalam *Node*, termasuk *image* dari tes kesesuaian *Node* dan *image* kontainer yang digunakan untuk tes fungsionalitas.

## Kekurangan

* Tes ini meninggalkan sisa - sisa *image* Docker di dalam *Node*, termasuk *image* dari tes kesesuaian *Node* dan *image* kontainer yang digunakan untuk tes fungsionalitas.
* Tes ini meninggalkan kontainer mati di dalam dalam *Node*. Kontainer - kontainer ini dibuat selama tes fungsionalitas.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* Tes ini meninggalkan kontainer mati di dalam dalam *Node*. Kontainer - kontainer ini dibuat selama tes fungsionalitas.
* Tes ini meninggalkan kontainer mati di dalam *Node*. Kontainer-kontainer ini dibuat selama tes fungsionalitas.

@ridwanbejo
Copy link
Contributor Author

thanks @ariscahyadi for the review.

Let me follow up your feedbacks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/localization General issues or PRs related to localization cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/id Issues or PRs related to Indonesian language sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants