From 5b4c9e06b61e7cabc9b327ca8b8158d7d2efd8e0 Mon Sep 17 00:00:00 2001 From: James Spurin Date: Thu, 26 Mar 2020 07:52:25 +0000 Subject: [PATCH] =?UTF-8?q?add=20ID=20holder=20for=20equivalent=20to=20PR1?= =?UTF-8?q?9774=20that=20was=20recently=20merged,=20tra=E2=80=A6=20(#19808?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add ID holder for equivalent to PR19774 that was recently merged, translation help needed * add Indonesian translation for /sbin/mount.nfs note --- content/id/docs/concepts/storage/persistent-volumes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/id/docs/concepts/storage/persistent-volumes.md b/content/id/docs/concepts/storage/persistent-volumes.md index a6cf661653..4063f1a282 100644 --- a/content/id/docs/concepts/storage/persistent-volumes.md +++ b/content/id/docs/concepts/storage/persistent-volumes.md @@ -296,6 +296,10 @@ spec: server: 172.17.0.2 ``` +{{< note >}} +Program pembantu yang berkaitan dengan tipe volume bisa saja diperlukan untuk mengonsumsi sebuah PersistentVolume di dalam klaster. Contoh ini menggunakan PersistentVolume dengan tipe NFS dan program pembantu /sbin/mount.nfs diperlukan untuk mendukung proses mounting sistem berkas (filesystem) NFS. +{{< /note >}} + ### Kapasitas Secara umum, sebuah PV akan memiliki kapasitas _storage_ tertentu. Hal ini ditentukan menggunakan atribut `capacity` pada PV. Lihat [Model Sumber Daya](https://git.k8s.io/community/contributors/design-proposals/scheduling/resources.md) Kubernetes untuk memahami satuan yang diharapkan pada atribut `capacity`.