Kubernetes Prow Robot
|
f781bf851d
|
Merge pull request #31734 from serithemage/patch-1
[ko] Update namespaces.md to align with en site
|
2022-04-28 16:43:12 -07:00 |
Jaesup Kwak
|
42f4abba4a
|
Update assign-pod-node.md
|
2022-04-20 01:42:23 +09:00 |
CodyBuilder-dev
|
9a90377a14
|
Update object-management.md
|
2022-04-17 13:53:53 +09:00 |
Tim Allclair
|
0f087d5d7f
|
[ko] Clean up various broken links
|
2022-04-13 17:06:02 -07:00 |
Kubernetes Prow Robot
|
6cffdff8e6
|
Merge pull request #32782 from reylejano/ko-broken-link
[ko] Remove broken link in Addons page
|
2022-04-07 01:09:56 -07:00 |
Kubernetes Prow Robot
|
c38941a3b1
|
Merge pull request #32789 from kubernetes/dev-1.23-ko.2
[ko] 2nd Korean localization work for v1.23
|
2022-04-06 23:53:56 -07:00 |
Rey Lejano
|
59b9738f58
|
update ko addons page to remove broken link
|
2022-04-06 14:03:56 -07:00 |
Kubernetes Prow Robot
|
9d902a23e8
|
Merge pull request #32004 from jihoon-seo/220302_Translate_ephemeral-volumes
[ko] Translate 'Ephemeral Volumes'
|
2022-03-30 20:11:00 -07:00 |
Kubernetes Prow Robot
|
ffa959f7f4
|
Merge pull request #31761 from jihoon-seo/220216_Outdated_M25-M39
[ko] Update outdated files in `dev-1.23-ko.2` (M25-M39)
|
2022-03-30 20:07:00 -07:00 |
Kubernetes Prow Robot
|
d02938ed6d
|
Merge pull request #32476 from jihoon-seo/220325_Update_links_2
[ko] Update links in `dev-1.23-ko.2`
|
2022-03-28 02:37:23 -07:00 |
Kubernetes Prow Robot
|
7de1f240a5
|
Merge pull request #31964 from jihoon-seo/220228_Translate_topology-aware-hints
[ko] Translate 'Topology Aware Hints'
|
2022-03-25 17:11:58 -07:00 |
Kubernetes Prow Robot
|
24aeb48d8a
|
Merge pull request #32355 from yyyoungha/patch-2
[ko] Update incorrect expression dev-1.23-ko.2
|
2022-03-25 02:23:50 -07:00 |
Young Ha
|
66b414f0e2
|
[ko] Update incorrect expression in dev-1.23-ko.2
MaxUnavailable is calculated using the Ceil() function and MaxSurge using Floor() function.
|
2022-03-25 18:16:37 +09:00 |
Jihoon Seo
|
fcd5db6f41
|
[ko] Translate 'Topology Aware Hints'
|
2022-03-25 15:37:13 +09:00 |
Kubernetes Prow Robot
|
587ddaf696
|
Merge pull request #31698 from jihoon-seo/220211_Outdated_M18-M24
[ko] Update outdated files in `dev-1.23-ko.2` (M18-M24)
|
2022-03-24 21:59:51 -07:00 |
Jihoon Seo
|
80fe41b86d
|
[ko] Remove deprecated 'kubelet-garbage-collection' page
|
2022-03-25 10:47:54 +09:00 |
Jihoon Seo
|
9e6b2ef46a
|
[ko] Update links in dev-1.23-ko.2
|
2022-03-25 10:37:49 +09:00 |
Jihoon Seo
|
cc8e3c5897
|
[ko] Translate 'Ephemeral Volumes'
|
2022-03-21 18:26:08 +09:00 |
Jihoon Seo
|
ce19161d60
|
[ko] Update outdated files in dev-1.23-ko.2 M25-39
|
2022-03-21 15:02:09 +09:00 |
Jihoon Seo
|
13e4d2d37e
|
[ko] Update outdated files in dev-1.23-ko.2 M18-24
|
2022-03-21 14:48:19 +09:00 |
HYUNSIK AEOM
|
21e2046efb
|
[ko] fix a mistranslated; maxUnavailable rounds down, maxSurge rounds up.
has been mistranslated. 🥺
rounding down is '내림' in Korean.
rounding up is '올림' in Korean.
If calculate '반올림' when desired replica 1, both maxUnavailable and maxSurge should be 0.
In English documentation, there was written explicitly 'rounding down', 'rounding up'.
Also in code, explicitly using 'Math.Ceil' and 'Math.floor'.
- Related codes
+ [deployment_util.go > maxSurge](7152825c06/pkg/controller/deployment/util/deployment_util.go (L456) )
+ [deployment_util.go > ResolveFenceposts](7152825c06/pkg/controller/deployment/util/deployment_util.go (L849) )
+ [util/instr.go > GetScaledValueFromIntOrPercent](7152825c06/staging/src/k8s.io/apimachinery/pkg/util/intstr/intstr.go (L146) )
- Korean dictionary
+ [올림: rounding up](https://krdict.korean.go.kr/m/eng/searchResultView?wordMatchFlag=N¤tPage=1&mainSearchWord=%EC%98%AC%EB%A6%BC&sort=&searchType=W&proverbType=&exaType=&ParaWordNo=68195&font_size=12&nationCode=6&nation=eng&viewType=A)
+ [반올림: rounding off](https://krdict.korean.go.kr/m/eng/searchResultView?wordMatchFlag=N¤tPage=1&mainSearchWord=%EB%B0%98%EC%98%AC%EB%A6%BC&sort=&searchType=W&proverbType=&exaType=&ParaWordNo=57172&font_size=12&nationCode=6&nation=eng&viewType=A)
|
2022-03-19 14:53:53 +09:00 |
Kubernetes Prow Robot
|
7e2afa9bbf
|
Merge pull request #31924 from anencore94/ko_update_garbage_collection
[ko] update garbage collection
|
2022-03-18 05:47:16 -07:00 |
Kubernetes Prow Robot
|
662682a6fa
|
Merge pull request #31697 from jihoon-seo/220211_Outdated_M9-M17
[ko] Update outdated files in `dev-1.23-ko.2` (M9-M17)
|
2022-03-18 05:13:16 -07:00 |
Kubernetes Prow Robot
|
2acb136fe4
|
Merge pull request #31695 from jihoon-seo/220211_Outdated_M1-M8
[ko] Update outdated files in `dev-1.23-ko.2` (M1-M8)
|
2022-03-18 05:07:16 -07:00 |
Jaeyeon Kim
|
cb2e99ecb6
|
reflect reviews
|
2022-03-11 18:22:31 +09:00 |
Jihoon Seo
|
7ea395ab2f
|
Reflect review suggestions
|
2022-03-10 10:54:09 +09:00 |
Ian Y. Choi
|
1a11802f42
|
[ko] Fix anchor usage on docs/concepts/storage/volumes
The document uses anchor point for "Using Subpath" section
as "#using-subpath", not "#subpath-사용하기", so correcting anchor usage.
|
2022-03-05 14:18:49 +09:00 |
Jihoon Seo
|
8880c5571f
|
[ko] Update outdated files in dev-1.23-ko.2 M1-M8
|
2022-02-28 10:24:27 +09:00 |
Jaeyeon Kim
|
a1b1aaefc8
|
[ko] add garbage-collection.md in Korean
Signed-off-by: Jaeyeon Kim <anencore94@gmail.com>
|
2022-02-26 15:06:46 +09:00 |
Kubernetes Prow Robot
|
83faf5f7ad
|
Merge pull request #31746 from KoditkarVedant/update-hyperlinks-to-point-to-main-branch-ko-local
[ko] Fix link
|
2022-02-25 06:45:51 -08:00 |
Vedant Koditkar
|
4141162984
|
Update hyperlinks to point to main branch & Fixed link
|
2022-02-25 16:25:50 +05:30 |
Jihoon Seo
|
b1aa9e7a32
|
[ko] Update outdated files in dev-1.23-ko.2 M9-M17
|
2022-02-22 19:27:43 +09:00 |
Jihoon Seo
|
0f1e8df67f
|
[ko] Remove invisible chars
|
2022-02-16 14:25:35 +09:00 |
Dohyun Jung
|
ede7013dc7
|
Update namespaces.md
Delete content that doesn't exist in the English version.
|
2022-02-14 19:24:54 +09:00 |
Kubernetes Prow Robot
|
2493c62af7
|
Merge pull request #31568 from urangurang/fix/typo-persistent-volumes
[ko] Fix typo in persistent-volumes
|
2022-02-06 18:07:42 -08:00 |
seokho-son
|
18932c9630
|
Update outdated files in dev-1.23-ko.1 (M13-M16)
|
2022-02-04 15:44:58 +09:00 |
Park, Jinsoo | Peter | ECFD
|
44b410d064
|
Fix typo, 파트 -> 파드
|
2022-01-30 23:01:57 +09:00 |
Kubernetes Prow Robot
|
53c222cbbf
|
Merge pull request #31429 from jihoon-seo/220121_ko_Update_links_in_dev-1.23-ko.1
[ko] Update links in `dev-1.23-ko.1`
|
2022-01-26 21:40:02 -08:00 |
Jihoon Seo
|
edfc752282
|
[ko] Update links in dev-1.23-ko.1
|
2022-01-21 09:52:17 +09:00 |
Jihoon Seo
|
ff7af9c7a9
|
[ko] Update anchor (type-nodeport)
|
2022-01-20 18:59:36 +09:00 |
Kubernetes Prow Robot
|
15df751557
|
Merge pull request #30989 from jihoon-seo/211216_Outdated_M38
[ko] Update outdated files in dev-1.23-ko.1 (M38-M42)
|
2022-01-20 01:37:51 -08:00 |
Kubernetes Prow Robot
|
220a2586b4
|
Merge pull request #30988 from jihoon-seo/211215_Outdated_M34
[ko] Update outdated files in dev-1.23-ko.1 (M34-M37)
|
2022-01-20 01:35:53 -08:00 |
Jihoon Seo
|
593bef6bfe
|
[ko] Fix wrong Korean translations
|
2022-01-17 17:53:52 +09:00 |
Jihoon Seo
|
f91f632287
|
[ko] Update outdated files in dev-1.23-ko.1 M38-42
|
2022-01-14 17:25:10 +09:00 |
Jihoon Seo
|
b928e5c8de
|
[ko] Update outdated files in dev-1.23-ko.1 M34-37
|
2022-01-14 17:22:18 +09:00 |
Kubernetes Prow Robot
|
a4c4da90aa
|
Merge pull request #30964 from jihoon-seo/211215_Outdated_M25
[ko] Update outdated files in dev-1.23-ko.1 (M25-M33)
|
2022-01-13 22:10:28 -08:00 |
Jihoon Seo
|
d311fcecad
|
[ko] Update outdated files in dev-1.23-ko.1 M25-33
|
2022-01-14 11:55:56 +09:00 |
Jaeyeon Kim
|
e9fe604ce1
|
[ko] Translate content/ko/docs/concepts/architecture/cri.md
Signed-off-by: Jaeyeon Kim <anencore94@gmail.com>
Co-authored-by: Jesang Myung <jesang.myung@gmail.com>
Co-authored-by: Seokho Son <shsongist@gmail.com>
|
2022-01-11 13:43:29 +09:00 |
Kubernetes Prow Robot
|
a3e5e08292
|
Merge pull request #30963 from jihoon-seo/211215_Outdated_M17
[ko] Update outdated files in dev-1.23-ko.1 (M17-M24)
|
2021-12-29 23:50:50 -08:00 |
Jihoon Seo
|
1d1928e173
|
[ko] Update outdated files in dev-1.23-ko.1 M17-24
|
2021-12-30 16:38:05 +09:00 |