Commit Graph

44 Commits

Author SHA1 Message Date
Arhell 83d77e1682 [id] use for_k8s_version not for_kubernetes_version 2022-04-22 01:04:09 +03:00
Arhell a9b44a09c6 [id] fix a nit in the feature-state short code 2022-04-16 00:34:27 +03:00
Aris Cahyadi Risdianto 11ded1cca1 rename "Job" Concept page. 2021-07-31 15:16:01 +07:00
Aris Cahyadi Risdianto 81a1865fd5 moving "assign-pod" and "taint & toleration" into scheduling-eviction. 2021-04-07 00:33:37 +08:00
Arhell 7d1e4408fe fix indent 2021-03-20 01:13:42 +02:00
Arhell 1d772340d1 modify ttl-after-finish link 2021-03-03 00:50:09 +02:00
lanandra bbc9872839 fix typo file in language id pod
edit docs/concepts/workloads/pods/pod.md
2020-11-11 02:13:59 +07:00
rob d71c214426 fix KubeSchedulerConfiguration syntax 2020-10-23 12:10:38 -10:00
Kenichi Omichi 234c8c8553 id: Fix output of 'kubectl rollout status'
This is the same fix as 6e93717597 for id.

If running `kubectl rollout status` command, the output is like:
```
  deployment "nginx-deployment" successfully rolled out
```

The corresponding kubectl code also shows it according to e95e378e59/pkg/polymorphichelpers/rollout_status.go (L89)
2020-10-09 16:47:47 +00:00
Gede Wahyu 0c799ef757 Replace EN links to ID links 2020-07-10 22:24:05 +07:00
Kubernetes Prow Robot 4c19ec60a1
Merge pull request #22175 from sftim/20200629_remove_capture_shortcodes
Remove capture shortcodes & warn on future use.
2020-07-04 05:30:48 -07:00
Irvi Firqotul Aini b564efcb3c Fix id broken link. 2020-07-04 00:03:10 +07:00
Tim Bannister 1bf3ddad98 Replace capture shortcodes (id localization) 2020-06-29 18:48:41 +01:00
Kubernetes Prow Robot 369d10bfac
Merge pull request #21565 from wahyuoi/id/pod-topology-spread-constraints
ID translation for pod topology spread constraints
2020-06-22 08:36:41 -07:00
Gede Wahyu 045e81dd8c ID translation for pod topology spread constraints 2020-06-21 00:03:31 +07:00
Karen Bradshaw 7d03134456 add id pages 2020-06-09 19:33:15 -04:00
Divya Bhushan c5915cb722 #20970-fixed broken link in concepts/workloads/controllers/statefulset/ 2020-05-15 01:38:22 +02:00
Oleg Butuzov 31c148e840 (id): broken links fix 2020-04-14 09:39:57 +03:00
Aris Cahyadi Risdianto b0175b6323 Translating Ephemeral Container to ID Localization.
Fix glossary warning and note.

Fixed formatting and Typos.
2020-04-03 21:34:28 +08:00
Joshua Bezaleel Abednego 4605d2b1f9
Add translation for ReplicationController in ID localization (#19071)
* Add translation for ReplicationController in ID localization

* Fix typos like pod, node, web server, spesifikasi, etc.

* Fix typos on several words
2020-03-21 02:04:45 -07:00
James Spurin 9e0f7b4eb3
update command nslookup target to include fully qualified service name, namespace picked up from running pod (#19603) 2020-03-16 14:34:30 -07:00
Giovan Isa Musthofa b1ce3f3205 Add DaemonSet docs ID localization (#18632)
Signed-off-by: giovanism <giovanism@outlook.co.id>
2020-01-26 20:17:03 -08:00
Afrizal Fikri e19c758d6a Adding Bahasa Indonesia translation for Deployment page (#17815)
* Translate Use Case, Creating a Deployment

* Translate deployment

* Finish deployment updates, continue on deployment status

* Finish scaling and deploy status

* Finish rollback, clean up, canary

* Finish specification, tyding up

* Translate remaining typographs
2020-01-10 03:48:34 -08:00
Tim Bannister 11a30d3e2e Fix typo (#18405) 2020-01-01 19:37:40 -08:00
irvifa 39fe327423 Change kluster to klaster mentioned in https://github.com/jk8s/sig-docs-id/issues/20 (#18130) 2019-12-16 05:11:37 -08:00
Gede Wahyu Adi Pramana a7f6a78d55 id: fix typos on pod page (#18159) 2019-12-15 23:19:36 -08:00
hartomo1 f830c312e6 Test change (#17359) 2019-12-12 22:56:54 -08:00
Irvi Aini 80e5ceb0d1 Add job running into completion in ID Localization. (#16705) 2019-12-04 20:40:31 -08:00
Irvi Aini 060cbcd0fb Add statefulsets for ID localization. (#16700) 2019-12-04 20:36:31 -08:00
vanou 070ba6c846 Fix misspell of type of Pod condition at init container explanation (id) (#17414)
In explanation of init container, doc says 'Initializing' pod
condition. However according to doc of pod condition[1], it should be
'Initialized'.

This commit fixes this misspell of Indonesian doc.
This misspell is verified by PR #17329 which fixes English doc.

[1]
https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-conditions
2019-11-28 17:31:02 -08:00
sulaimantok 4363291c94 Change Word anda to kamu indonesia language (#17356)
* First

* Overview Configuration
2019-11-04 06:21:40 -08:00
Gede Wahyu Adi Pramana 14d0710b2e Translating Pod to ID Localization (#16979) 2019-10-19 04:13:37 -07:00
Joshua Bezaleel Abednego 643c14ae7d Add translation for ReplicaSet in ID localization (#16722)
* Add translation for ReplicaSet in ID localization

* Add controllers/frontend.yaml, controllers/hpa-rs.yaml and pods/pod-rs.yaml to example folder
2019-10-17 19:49:58 -07:00
Yushiro FURUKAWA 520caa1264 Remove trailing spaces from ID documents(#16742) (#16789) 2019-10-09 21:48:52 -07:00
Gede Wahyu Adi Pramana 9e3e30bb79 Translate Pod Lifecycle to Bahasa Indonesia (#16165)
* translation to bahasa indonesia

* Apply suggestions from code review

Co-Authored-By: Irvi Aini <7439590+irvifa@users.noreply.github.com>

* tidy up some words

* Apply suggestions from code review

Co-Authored-By: Irvi Aini <7439590+irvifa@users.noreply.github.com>
2019-09-03 01:02:29 -07:00
Irvi Aini 85288b57a1 Add ttlafterfinished for ID localization. (#16008)
* Add ttlafterfinished for ID localization.

* Fix consistency of language usage based on review.
2019-08-26 20:56:39 -07:00
Ismail Alidzhikov 43fd8768a7 Improve PodPreset docs (#15493)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-07-23 19:38:16 -07:00
Yudi A Phanama 936d15e745 Translate Init Containers docs to Bahasa Indonesia (#14927)
* Translate init containers docs to Bahasa Indonesia

* Some review fixes

* Fix kedaluarsa to kedaluwarsa
2019-07-08 23:04:02 -07:00
Giri Kuncoro 84813551b9 Add Bahasa Indonesia translation for cron job page (#14933) 2019-06-20 22:26:35 -07:00
Kurnianto Trilaksono c0612aed8d 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
2019-06-13 21:44:20 -07:00
Martin Vladev 0ebe8c3b4f Remove initializers (id) (#14655)
Initializers are removed in 1.14 [1]

[1]: https://github.com/kubernetes/kubernetes/pull/72972
2019-05-30 23:44:24 -07:00
Yudi A Phanama d30a74fdb5 Translate Disruptions docs to Indonesian (#14395)
* Translate Disruptions docs to Indonesian

* Several changes regarding reviews:
- Use underscore for italic
- Italicize "cloud"
- Consistency of Disrupsi and Gangguan -> Use Disrupsi instead
- Change "usir" to italicized "evict"
- Change "pengontrol" to "pengendali"
- Change "kuras" to "drain"
- Emphasize first mention of disrupsi with bold instead
- Some typo and standard words fixes
- Fixes a potentially fatal translation of "hosting provider"
  - From "penyedia layanan cloud" to "penyedia layanan Kubernetes
2019-05-24 05:14:19 -07:00
Kurnianto Trilaksono 00b8aeafb4 Translate "Pod Preset" page to Bahasa Indonesia (#14394)
* add pod preset page for language/id

* fix formatting

* fix typos and wording

* fix formatting and add few missed lines

* fix note formatting
2019-05-21 20:54:03 -07:00
Zufar Dhiyaulhaq 7fd505e713 Translate Pod overview in Bahasa Indonesia (#13968)
* menambahkan page pod overview

* finishing pod overview translate

* fix typo

* Change some words with suggest from reviewer

* fix typo and other for Pod Overview

* fix formatting issue
2019-04-23 20:56:02 -07:00