Commit Graph

30140 Commits

Author SHA1 Message Date
xin.li 1c9a57c300 [zh] Update preemption.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-03-19 18:43:05 +08:00
Kubernetes Prow Robot 22107ff43a Merge pull request #32297 from aeomhs/patch-1
[mistranslated] maxUnavailable rounds down, maxSurge rounds up.
2022-03-19 02:49:08 -07:00
Kubernetes Prow Robot a98769a0b6 Merge pull request #32365 from my-git9/my-demo-branch318
[zh] Update finalizer.md
2022-03-18 23:19:08 -07:00
Kubernetes Prow Robot d2f0f22b4e Merge pull request #32362 from my-git9/container-runtime
[zh]Update container-runtime.md
2022-03-18 23:17:08 -07:00
Kubernetes Prow Robot 7847f4e27c Merge pull request #32364 from my-git9/extensions
[zh] Update extensions.md
2022-03-18 23:15:09 -07: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](https://github.com/kubernetes/kubernetes/blob/7152825c0695d62fe06b47cc3e1699095290d73f/pkg/controller/deployment/util/deployment_util.go#L456)
    + [deployment_util.go > ResolveFenceposts](https://github.com/kubernetes/kubernetes/blob/7152825c0695d62fe06b47cc3e1699095290d73f/pkg/controller/deployment/util/deployment_util.go#L849)
    + [util/instr.go > GetScaledValueFromIntOrPercent](https://github.com/kubernetes/kubernetes/blob/7152825c0695d62fe06b47cc3e1699095290d73f/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&currentPage=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&currentPage=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 d63f8cf644 Merge pull request #32353 from Dirc/main
fixed order for resources: requests and limits
2022-03-18 21:53:11 -07:00
xin.li 8ef1940c0c [zh]Update container-runtime.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-03-19 12:35:07 +08:00
xin.li d68afd6128 [zh] Update extensions.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-03-19 12:32:24 +08:00
xin.li 97c6dc0cda [zh] Update finalizer.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-03-19 12:30:12 +08:00
Kubernetes Prow Robot db5390a2ce Merge pull request #32368 from my-git9/patch-3
[zh] Update kube-scheduler.md
2022-03-18 20:57:11 -07:00
Kubernetes Prow Robot c026dde324 Merge pull request #32367 from my-git9/patch-2
[zh] Update quantity.md
2022-03-18 20:53:08 -07:00
Kubernetes Prow Robot aeceb04c7f Merge pull request #32366 from my-git9/patch-1
[zh] Update flexvolume
2022-03-18 20:51:08 -07:00
my-git9 bca1129752 [zh] Update kube-scheduler.md
Update kube-scheduler.md
2022-03-19 11:09:57 +08:00
my-git9 9ae8358e7e [zh] Update quantity.md 2022-03-19 11:07:08 +08:00
my-git9 50e75e660f [zh] Update flexvolume
[zh] Update flexvolume
2022-03-19 11:02:47 +08:00
Kubernetes Prow Robot eda7edee82 Merge pull request #32276 from bart0sh/PR0005-update-Intel-plugins
update list of Intel device plugins
2022-03-18 17:45:27 -07:00
Arhell c8019f35d5 [ja] fix download link 2022-03-19 00:23:12 +02:00
dirc 56067a41c8 fixed order for resources: requests and limits 2022-03-18 16:35:44 +01:00
Ed Bartosh 2c6dcdde24 update list of Intel device plugins 2022-03-18 15:00:46 +02: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
PriyanshuAhlawat 2f72e09add Update update-daemon-set.md 2022-03-18 17:04:39 +05:30
Kubernetes Prow Robot 078c5bb013 Merge pull request #32343 from aaerrolla/main
Fix directory to make and put kubectl in
2022-03-18 03:01:15 -07:00
Kubernetes Prow Robot edfb9d20a5 Merge pull request #32347 from my-git9/my-demo-branch318
[zh] Delete kube-scheduler-policy-config.v1.md
2022-03-18 02:55:16 -07:00
xin.li ad69ff3f6d [zh] Delete kube-scheduler-policy-config.v1.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-03-18 17:30:14 +08:00
xin.li 0e4113ad51 [zh] Delete kube-scheduler-config.v1beta1.md 2022-03-18 17:22:00 +08:00
Anjan 1d7ee57cbd there is no need to create a kubernetes directory under ~/.local/bin 2022-03-18 12:30:16 +05:30
Kubernetes Prow Robot abc15daff2 Merge pull request #32336 from my-git9/my-demo-branch318-1
[zh Update apiserver-webhookadmission.v1.md]
2022-03-17 23:11:15 -07:00
Kubernetes Prow Robot 84dc73d556 Merge pull request #32329 from my-git9/my-demo-branch318
[zh] Update apiserver-config.v1.md
2022-03-17 23:09:16 -07:00
xin.li 8a7b2e5246 [zh Update apiserver-webhookadmission.v1.md]
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-03-18 13:01:05 +08:00
Kubernetes Prow Robot d50adeaa6f Merge pull request #32330 from rkazak/patch-1
Fix typo
2022-03-17 21:35:16 -07:00
Rohinton Kazak 1d1f3edd65 Update cheatsheet.md
typo ?
2022-03-17 19:30:49 -07:00
xin.li 430588612f [zh] Update apiserver-config.v1.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-03-18 10:04:29 +08:00
Nir Rosenthal 3f0f56f0f2 Changing note about limits without requests
this is true for all limits (not only CPU and memory but also ephemeral storage)

https://github.com/kubernetes/kubernetes/blob/4d08582d1fa21e1f5887e73380001ac827371553/pkg/apis/core/v1/defaults.go#L159
2022-03-18 00:06:10 +02:00
Brenda Santos b3dfe51819 [pt-br] Adding resouces quotas page translation (#32209)
* [pt-br]Adding range limits page translation

* [pt-br] making suggested adjustments

* [pt-br] updating yaml lines

* [pt-br] Adding resource quotas page translation

* Updating translations with suggestions

* Adding archive

* Applying suggestion

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>

* Adjusting terms

* Adjusting terms

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2022-03-17 13:38:42 -07:00
Kubernetes Prow Robot 86db461dd1 Merge pull request #31910 from Kartik494/mount_description
registered mount-options annotation
2022-03-17 08:29:21 -07:00
Guilhem Lettron a0cdf50ac6 fix: YAML indentation and highlighting 2022-03-17 16:01:40 +01:00
xin.li 79bfc1746e [zh] Update kubelet.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-03-17 20:54:18 +08:00
Kubernetes Prow Robot fc92346868 Merge pull request #32318 from my-git9/my_demo_branch
[zh] Update kubelet-tls-bootstrapping.md
2022-03-17 03:37:20 -07:00
xin.li 87f67c8a72 [zh] Update kubelet-tls-bootstrapping.md 2022-03-17 18:08:49 +08:00
Kubernetes Prow Robot faf69fcb38 Merge pull request #32219 from tengqm/zh-dev-ccm
[zh] Tweak translation of CCM development page
2022-03-16 23:49:19 -07:00
Kubernetes Prow Robot 2fa8089d67 Merge pull request #32313 from my-git9/my_demo_branch
[zh] Update admission-controllers
2022-03-16 23:29:19 -07:00
xin.li bb96f70513 [zh] Update admission-controllers.md 2022-03-17 12:39:34 +08:00
Song Shukun 5bffffb3cb [zh] Update connect-applications-service.md 2022-03-17 11:03:22 +09:00
Kubernetes Prow Robot 6f09418507 Merge pull request #32310 from thockin/master
Clarify ConfigMap value type
2022-03-16 17:17:18 -07:00
Kubernetes Prow Robot ea6bbbda6f Merge pull request #32044 from alghe-global/fix/concepts/workloads/pods/pod-lifecycle/preStop-hook-wording
Reword preStop hook usage regarding container's Terminated state
2022-03-16 15:58:09 -07:00
Tim Hockin 01ab111c89 Clarify ConfigMap value type 2022-03-16 15:49:39 -07:00
Arhell 605f4c7aa8 [ja] remove addon 2022-03-17 00:46:51 +02:00