Translate "Garbage Collection" page to Bahasa Indonesia (#14513)

* add pod preset page for language/id

* fix formatting

* fix typos and wording

* fix formatting and add few missed lines

* fix note formatting

* add Garbage Collection page in Bahasa Indonesia and minor fix on Pod Preset page

* remove replication.yaml

* add controllers/replicaset.yaml to example

* fix formatting error

* change dependent to dependen and fix note translation

* delete trailing space in heading
This commit is contained in:
Kurnianto Trilaksono
2019-06-14 11:44:20 +07:00
committed by Kubernetes Prow Robot
parent 02d963d5fc
commit c0612aed8d
4 changed files with 157 additions and 1 deletions
@@ -0,0 +1,17 @@
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: my-repset
spec:
replicas: 3
selector:
matchLabels:
pod-is-for: garbage-collection-example
template:
metadata:
labels:
pod-is-for: garbage-collection-example
spec:
containers:
- name: nginx
image: nginx