File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/id/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Lihat [dokumentasi desain](https://git.k8s.io/community/contributors/design-prop
87
87
apiVersion : v1
88
88
kind : Namespace
89
89
metadata :
90
- name : <insert- namespace-name-here >
90
+ name : <masukkan-nama- namespace-disini >
91
91
` ` `
92
92
Then run:
93
93
@@ -98,7 +98,7 @@ Lihat [dokumentasi desain](https://git.k8s.io/community/contributors/design-prop
98
98
2. Sebagai alternatif, kamu bisa membuat Namespace menggunakan perintah dibawah ini :
99
99
100
100
` ` `
101
- kubectl create namespace <insert- namespace-name-here >
101
+ kubectl create namespace <masukkan-nama- namespace-disini >
102
102
` ` `
103
103
104
104
Nama Namespace kamu harus merupakan
@@ -267,7 +267,7 @@ Tiap komunitas pengguna ingin bisa bekerja secara terisolasi dari komunitas lain
267
267
268
268
Tiap komunitas pengguna memiliki hal berikut sendiri :
269
269
270
- 1. sumber daya (Pod, Service, _controller_ replikasi , dll.)
270
+ 1. sumber daya (Pod, Service, ReplicationController , dll.)
271
271
2. kebijakan (siapa yang bisa atau tidak bisa melakukan hal tertentu dalam komunitasnya)
272
272
3. batasan (komunitas ini diberi kuota sekian, dll.)
273
273
You can’t perform that action at this time.
0 commit comments