Commit Graph

28820 Commits

Author SHA1 Message Date
Edith Puclla 280104545a Update content/es/docs/concepts/storage/storage-limits.md
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
2022-03-26 17:41:43 -05:00
Edith Puclla 01a210abdf Update content/es/docs/concepts/storage/storage-limits.md
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
2022-03-26 17:41:19 -05:00
Edith Puclla b12f7e1ad3 Update content/es/docs/concepts/storage/storage-limits.md
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
2022-03-26 17:39:03 -05:00
Edith Puclla 6c24e33f92 Update content/es/docs/concepts/storage/storage-limits.md
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
2022-03-26 17:38:43 -05:00
Edith Puclla ecaffa667b Update content/es/docs/concepts/storage/storage-limits.md
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
2022-03-26 17:38:28 -05:00
Edith Puclla 5bb9befe1c Update content/es/docs/concepts/storage/storage-limits.md
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
2022-03-26 17:37:45 -05:00
edithturn 131f3b2b46 fix minor typo errors 2022-03-20 21:01:32 -05:00
edithturn 0ffcc66120 add storage limits documentation 2022-03-20 20:33:55 -05:00
Kubernetes Prow Robot fe04fb8929 Merge pull request #32377 from sshukun/add-deprecated
Add deprecated description to the subtitle
2022-03-20 11:37:08 -07:00
Kubernetes Prow Robot 0b01c92d58 Merge pull request #32371 from sshukun/fix-ingress-nit
Fix nit in ingress.md
2022-03-20 04:49:08 -07:00
Song Shukun 66132def66 Add deprecated description to the subtitle 2022-03-20 19:55:57 +09:00
Song Shukun 054e0d5db9 Fix nit in ingress.md 2022-03-20 01:19:39 +09:00
Kubernetes Prow Robot f2ccff3305 Merge pull request #32369 from my-git9/preemption
[zh] Update preemption.md
2022-03-19 04:09:08 -07:00
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
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 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
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
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
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
Kubernetes Prow Robot 6f09418507 Merge pull request #32310 from thockin/master
Clarify ConfigMap value type
2022-03-16 17:17:18 -07:00