Commit Graph

10280 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 8161a3e3ee Merge pull request #23832 from didier-durand/participating_page
fixing FR language in participating.md
2020-09-14 13:07:26 -07:00
Karen Bradshaw 6a401072b3 reword pod lifecycle, cleanup 2020-09-14 14:19:25 -04:00
Kubernetes Prow Robot 5632ae93ea Merge pull request #23819 from kbhawkey/kb-api-overview
minor cleanup of API overview
2020-09-14 10:48:59 -07:00
Dennis Schridde 239bae60fb kudeadm: Replace "master" with "control-plane node"
This replaces the word "master" with "control-plane node" in order to use
more inclusive language.

Also uses consistent wording / spelling in this context.

References: #21621
Suggested-by: Lubomir I. Ivanov <lubomirivanov@vmware.com>
2020-09-14 18:24:10 +02:00
didier 5061d5587b fixing a typo
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-14 18:23:25 +02:00
Jordan Liggitt e566a726de Remove reference to componentstatus 2020-09-14 11:13:30 -04:00
Kubernetes Prow Robot f53a4c700d Merge pull request #23406 from oomichi/update-link-of-kuztomization
Update the link of kustomization file
2020-09-14 08:00:59 -07:00
Miftahun Najat bb4e128e23 ID localization for run-application horizontal-pod-autoscale-walkthrough 2020-09-14 21:59:38 +07:00
Kubernetes Prow Robot d6ac6f2b4b Merge pull request #23876 from inductor/no_biggercase
Small k in url
2020-09-14 06:58:59 -07:00
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