10775 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 97b30ad2a0 Merge pull request #23839 from Arhell/upd-video
remove indent
2020-09-14 06:30:58 -07:00
inductor 3535bf280e small k in url 2020-09-14 20:03:50 +09:00
buptliuwei 4245414a3e fix "visible" translation in static-pod.md
The translation of visible is wrong in the Chinese document, easily misleading
2020-09-14 18:04:08 +08:00
Matt Smith e85fabe3ed Update horizontal-pod-autoscale-walkthrough.md
As per the error described in https://github.com/LevelUpEducation/kubernetes-demo/issues/31, guidance was to add the generator explicitly:

`kubectl run --generator=run-pod/v1 -i --tty load-generator --image=busybox /bin/sh`

But I prefer the example from the run docs https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_run/:

`kubectl run -i --tty busybox --image=busybox --restart=Never`
2020-09-14 19:59:45 +10:00
luzg ea7e9c0f55 [zh] udpate index page of contribute #23810
make style changes according to idealhack's comment
make style and translation changes according to tengqm's comment
make style change according to style guide
2020-09-14 16:53:06 +08:00
Kubernetes Prow Robot 1c7eb7ac58 Merge pull request #23850 from baiyutang/patch-5
Update get-shell-running-container.md
2020-09-14 01:18:58 -07:00
白玉堂 d4c26e9840 Update get-shell-running-container.md
remove 2-4 which is unused code.
2020-09-14 15:48:55 +08:00
Kubernetes Prow Robot db6ed81b5d Merge pull request #23856 from christomas1/patch-1
Update manage-resources-containers.md
2020-09-13 22:00:58 -07:00
Kubernetes Prow Robot a95890cab6 Merge pull request #23813 from zhiguo-lu/zh-rework-contribute-index-page
[zh] Update Chinese localization on content/zh/docs/contribute/_index.md  fix issue #23810
2020-09-13 21:58:57 -07:00
Riley Littlefield b8e9488d84 Fixes typo 2020-09-13 22:47:25 -04:00
Kubernetes Prow Robot 2e834dfa69 Merge pull request #23730 from tengqm/zh-links-setup-3
[zh] fix links in setup section (3)
2020-09-13 18:40:58 -07:00
Kubernetes Prow Robot c901c84e55 Merge pull request #23782 from tengqm/create-secret-tasks
Separating tasks from Secret concept
2020-09-13 17:20:57 -07:00
Kubernetes Prow Robot d2b84110de Merge pull request #23735 from bttger/patch-1
Fix false Object in persistentVolumeClaim explanation
2020-09-13 17:18:57 -07:00
Kubernetes Prow Robot 99439157bb Merge pull request #23744 from tengqm/improve-obj-mgmt
Improve object management page by adding a hint
2020-09-13 13:02:57 -07:00
Chris Tomas c1f104e5f8 Update manage-resources-containers.md
Removed the "env" object from the "Meaning of memory" section. It has no utility.
2020-09-13 14:33:38 -05:00
Kubernetes Prow Robot aab0b34b48 Merge pull request #23852 from zhangguanzhang/zh-fix-missing-table
[zh]  add missing table in content/zh/docs/concepts/services-networking/service.md
2020-09-13 07:18:57 -07:00
luzg f6c6b9406e [zh] udpate index page of contribute #23810
make style changes according to idealhack's comment
make style and translation changes according to tengqm's comment
2020-09-13 22:12:06 +08:00
zhangguanzhang 252e037846 zh add missing table 2020-09-13 22:01:17 +08:00
zhangguanzhang e724187a8a fix wrong href in zh doc about kubelet-integration 2020-09-13 21:41:27 +08:00
白玉堂 7f85c7de2a Update get-shell-running-container.md
The end tag of note is missing.
2020-09-13 21:27:04 +08:00
Qiming Teng 995b067fdb Separating tasks from Secret concept
There are many contents in the (*very big*) Secret concept page which
are actually tasks. This PR proposes a separation of some contents
into separate tasks, so that we have a (hopefully) better organization
of the content and we make room for improvement to the concept itself.

Note that the creation of the `configmap-secret` directory (instead of
`secret`) is an intent to create a folder for both ConfigMap and Secret,
both of which are about configurations though there are quite some
differences between them.
2020-09-13 21:06:58 +08:00
白玉堂 3e2347eedb Update port-forward-access-application-cluster.md 2020-09-13 19:31:37 +08:00
白玉堂 a82524bb12 Update port-forward-access-application-cluster.md 2020-09-13 19:08:37 +08:00
Kubernetes Prow Robot c8b582ac2d Merge pull request #23844 from didier-durand/Ingress_EN
fixing some typos / spelling issues in Ingress.md
2020-09-13 03:42:57 -07:00
白玉堂 9b695da067 Update access-cluster.md 2020-09-13 17:00:56 +08:00
didier 68a018eb8d fixing some typos / spelling issues
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-13 11:00:07 +02:00
Kubernetes Prow Robot a59ab598ee Merge pull request #23834 from didier-durand/ingress
fixing language issues in Ingress.md
2020-09-13 00:06:57 -07:00
Kubernetes Prow Robot b6b30fab61 Merge pull request #23795 from kaushik229/master
Limited resources in quota when scoped for priority class
2020-09-12 18:02:57 -07:00
noms 7e22ae5adc Fix for 23732 (#23822)
* Fix for 23732

Explicitly specify that consumed as environment variables  require pod restart to refresh.

* Remove note tag

Remove note tag as suggested
2020-09-12 17:10:58 -07:00
Arhell e5018e2a1b remove indent 2020-09-13 02:07:28 +03:00
Erik Sundell 3d9402e845 Make docs/reference/scheduling/config focus on v1beta1 over alpha versions
Instead of directing the focus towards an alpha API, we now direct it
towards the beta API available in 1.19.
2020-09-13 00:54:14 +02:00
Kubernetes Prow Robot 0df85236b6 Merge pull request #23831 from mfilocha/change-lang-symbols-in-tutorials
Change language code placement for Polish tutorial links
2020-09-12 12:40:57 -07:00
Kubernetes Prow Robot 83541197b9 Merge pull request #23833 from ariscahyadi/id-local-config-pod-assign-memory
ID localization for configure pod and container - assign memory resource
2020-09-12 12:30:56 -07:00
Kubernetes Prow Robot 428e8262a1 Merge pull request #22408 from deryrahman/docs/tutorials/kubernetes-basics/deploy-app
ID translation for tutorial deploy app
2020-09-12 09:24:57 -07:00
didier 2770a0e990 fixing language issues in Ingress.md
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-12 16:56:33 +02:00
Kubernetes Prow Robot 5d159e8866 Merge pull request #23826 from gochist/fix-container-runtime-ko
Complete unfinished conflict resolution
2020-09-12 07:52:56 -07:00
Aris Cahyadi Risdianto 22da0faae1 ID localization for configure pod and container - assign memory resources 2020-09-12 22:17:57 +08:00
didier a5562bd930 fixing FR language in participating.md
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-12 14:55:57 +02:00
Maciej Filocha fa4181d355 Change language code placement for Polish tutorial links
Move language codes outside hyperlinks.
2020-09-12 14:08:20 +02:00
Kubernetes Prow Robot e0daea5d0c Merge pull request #23812 from alegmal/patch-1
added a missing word for clearer understanding
2020-09-12 00:06:56 -07:00
June Yi d4e82281c5 Complete unfinished conflict resolution
It corrects incomplete conflict resolution mistakes.
2020-09-12 14:59:10 +09:00
Jerry Park c63b4454ad Fix broken layout for tabs on Container runtimes page in Korean 2020-09-12 13:04:31 +09:00
Karen Bradshaw a6599ab7d1 minor cleanup, format notes 2020-09-11 20:16:55 -04:00
Kubernetes Prow Robot a38e75406a Merge pull request #23814 from gochist/dev-1.19-ko.1
First Korean l10n work for release-1.19
2020-09-11 09:00:14 -07:00
June Yi 2001a7df2b Resolve conflicts on the Ko l10n milestone branch 2020-09-11 23:34:22 +09:00
June Yi 986be3462d First Korean l10n work for release-1.19
- Translate tasks/job/parallel-processing-expansion.md into Korean (#23544)
- Fix issue with ko/docs/concepts/workloads/controllers/job.md (#23720)
- Translate reference/scheduling/policies.md in Korean (#23690)
- Update outdated files in the dev-1.19-ko.1 branch (#23702)
- Modify translation access by Korean glossary (#23627)

Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: junghyeonsu <54893898+junghyeonsu@users.noreply.github.com>
Co-authored-by: coolguyhong <podolsmith@naver.com>
2020-09-11 23:30:11 +09:00
Aleg Malinovsky 8b0014260d missing a word
it felt like the sentence was missing a word in that place
2020-09-11 15:24:51 +03:00
Qiming Teng 10e7a044a2 [zh] Translate declarative-config task 2020-09-11 19:50:11 +08:00
Kubernetes Prow Robot 564a49af07 Merge pull request #23801 from supirman/patch-1
[id] Fix typo on Web UI (Dashboard)
2020-09-11 01:20:14 -07:00
Kubernetes Prow Robot 0fbc1bac45 Merge pull request #23674 from croziere/setup-hierarchy-patch
Move setup/independent files to setup/production-environment
2020-09-11 00:44:14 -07:00