Kubernetes Prow Robot
a4112fb146
Merge pull request #20826 from rezemble/patch-1
...
improve wonky translation
2020-05-21 05:36:35 -07:00
Ihor Dvoretskyi
a29878d29d
Attribute text added to the images
...
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
2020-05-21 14:32:53 +03:00
Arhell
a2ac8d296d
localization for subscribe button
2020-05-21 11:18:09 +03:00
Kubernetes Prow Robot
cd22e22f1f
Merge pull request #20670 from huchengze/patch-6
...
Update kubernetes-api.md for zh
2020-05-20 18:16:19 -07:00
Tim Allclair
75652e8585
Standardized pod security profiles
2020-05-20 16:54:37 -07:00
Ihor Dvoretskyi
041b9d6f65
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-05-20 21:40:46 +03:00
Ihor Dvoretskyi
e9aa9de0a0
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-05-20 21:38:11 +03:00
Ihor Dvoretskyi
2f210a696a
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-05-20 21:37:53 +03:00
Ihor Dvoretskyi
bd514a0e1e
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-05-20 21:37:40 +03:00
Ihor Dvoretskyi
59a376237e
WSL+Docker: Kubernetes on the Windows Desktop blog post added
...
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
2020-05-20 20:25:00 +03:00
Joao Luna
39babc1845
Fix typo
2020-05-20 18:06:33 +01:00
Joao Luna
7f3650794d
Apply suggestions from code review
...
Co-authored-by: Jhon Mike <jhon.msdev@gmail.com>
2020-05-20 18:05:27 +01:00
Kubernetes Prow Robot
10d0cc7c6f
Merge pull request #21026 from fabriziopandini/localize-hello-minikube-to-it
...
Localize “Hello Minikube” into Italian
2020-05-20 04:06:19 -07:00
Kubernetes Prow Robot
b8ffe7e531
Merge pull request #20968 from sftim/20200514_fr_fix_task_index_typo
...
Fix typo in tasks index (French localization)
2020-05-20 03:32:18 -07:00
fabriziopandini
daea1bdc62
localize-hello-minikube-to-it
2020-05-20 12:30:39 +02:00
Kubernetes Prow Robot
f33cb769aa
Merge pull request #21070 from vitalyzhakov/master
...
configure-liveness-readiness-startup-probes RU
2020-05-19 23:48:18 -07:00
Kubernetes Prow Robot
a5dc1abef0
Merge pull request #21076 from ysyukr/fix-20991
...
Fix to broken layout on Upgrading kubeadm clusters for korean docs.
2020-05-19 23:20:19 -07:00
huccshen
7f12a4ef1f
Update kubernetes-api.md
2020-05-20 10:44:51 +08:00
Kubernetes Prow Robot
b3c961df2f
Merge pull request #21060 from xieyanker/patch-1
...
fix format error
2020-05-19 19:40:19 -07:00
Yuk, Yongsu
c3274abaf9
Fix to broken layout on Upgrading kubeadm clusters for korean docs.
2020-05-20 10:23:49 +09:00
Kubernetes Prow Robot
f87bfd3ac9
Merge pull request #21042 from johscheuer/add-note-for-experimental-status
...
Add note about experimental status of bandwidth limit
2020-05-19 16:46:18 -07:00
Kubernetes Prow Robot
e0c6633cf1
Merge pull request #21069 from ialidzhikov/nit/align-ns
...
Nit: align namespaces output
2020-05-19 14:52:20 -07:00
Joao Luna
2bee076fb8
Revert "Small typo in pod-overhead.md"
...
This reverts commit 2b0e08adc7
.
2020-05-19 21:14:28 +01:00
Joao Luna
2b0e08adc7
Small typo in pod-overhead.md
2020-05-19 21:07:52 +01:00
Joao Luna
81396fd4d4
Merge remote-tracking branch 'upstream/master'
2020-05-19 21:04:17 +01:00
Joao Luna
2021de39f2
Fix typos
2020-05-19 20:53:44 +01:00
Joao Luna
d72f2022db
Add docs/concepts/configuration/pod-overhead.md
2020-05-19 20:24:14 +01:00
Жаков Виталий
c6f76c6be2
configure-liveness-readiness-startup-probes RU
2020-05-20 00:07:57 +05:00
ialidzhikov
9eca2d9bd7
Nit: align namespaces output
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2020-05-19 21:55:08 +03:00
Kubernetes Prow Robot
58811dfd7c
Merge pull request #21065 from sharet-adl/patch-2
...
update deployment sample, due to deprecated option
2020-05-19 10:55:37 -07:00
Kubernetes Prow Robot
75392cb079
Merge pull request #21054 from tkms0106/fix_markdown_format
...
Fixed markdown formatting
2020-05-19 10:19:36 -07:00
jqmichael
14448d73b7
Clarified Secrets file mode
...
1. The example is using YAML which supports octal notation. Updated the corresponding doc.
2. Clarified we need to follow the symlink to find the correct file mode.
2020-05-19 10:02:20 -07:00
sharet-adl
c9a278dc2f
update deployment sample, due to deprecated option
...
Creating a deployment using 'kubectl run' command was deprecated and is not supported anymore, starting with 1.18 version. In order to keep the example as relevant as possible, all 3 pods were kept.
Couple of changes:
- fix example to use 'kubectl create deployment' command, and scaled it up explicitly
- fix missing label for both Deployment and Service
- update label key, from 'run' to 'app', as deployments automatically add the label with this key
- update comment on how label's key could have used 'run' and 'app' values
- update pods names and internal hostnames - which are based on the replicaSet (eg. hostnames-632524106).
2020-05-19 18:49:32 +03:00
Kubernetes Prow Robot
898f325532
Merge pull request #21064 from scoulomb/imgPullSecSa2
...
Task configure sa: 'Add image pull secrets to a service account' mino…
2020-05-19 05:31:36 -07:00
Sylvain COULOMBEL
7245142874
Task configure sa: 'Add image pull secrets to a service account' minor fix
2020-05-19 13:52:59 +02:00
Kubernetes Prow Robot
c2609928cf
Merge pull request #21043 from scoulomb/imgPullSecSa
...
Task configure sa: 'Add image pull secrets to a service account' sect…
2020-05-19 04:37:37 -07:00
Sylvain COULOMBEL
9ea75a8149
Task configure sa: 'Add image pull secrets to a service account' section improvment proposal
2020-05-19 12:18:42 +02:00
xieyanker
83b3081485
fix format error
2020-05-19 17:54:36 +08:00
tkms0106
350e9690c5
Fixed markdown formatting
2020-05-19 13:12:00 +09:00
Kubernetes Prow Robot
1e94e952b7
Merge pull request #21053 from YunWang/patch-2
...
overview.md typo
2020-05-18 20:01:36 -07:00
WangYun
198c1cbdcd
overview.md typo
...
It seems there is a blank in `headless-` and `service`, which leads to error format
2020-05-19 08:08:03 +08:00
Kevin Chen
b6672e728b
fix: update blog configuration issues to support global mtls ( #20304 )
...
* fix: update blog configuration issues to support global mtls
* fix: simplify annotation step
* docs: expand on service-upstream annotation
* docs: amend old blog post
* fix: expand on load balancing
* fix: doc typo
* fix: minor nit
2020-05-18 09:47:37 -07:00
Prasad Katti
1481e711c6
Move update-api-object-kubectl-patch.md to be under 'Manage Kubernetes Objects' section
2020-05-18 09:25:13 -07:00
Kubernetes Prow Robot
8f3212c3e6
Merge pull request #21019 from prasadkatti/patch-1
...
Use feature state Hugo shortcode
2020-05-18 09:01:37 -07:00
Kubernetes Prow Robot
87d71a1145
Merge pull request #21050 from YunWang/patch-1
...
deployment.md typo
2020-05-18 08:25:36 -07:00
Kubernetes Prow Robot
ff88902188
Merge pull request #21032 from Arhell/localize-ru
...
localization for subscribe button
2020-05-18 08:17:36 -07:00
WangYun
83c30904c4
Update deployment.md
...
`s` is redundant.
2020-05-18 23:12:04 +08:00
Kubernetes Prow Robot
6899c2161e
Merge pull request #21025 from juampynr/patch-3
...
Remove unneeded leftquotes
2020-05-18 04:19:36 -07:00
Kubernetes Prow Robot
4473aab54f
Merge pull request #20901 from tranquanghuy0801/tut-kube-basics-vi
...
Vietnamese translation of Kubernetes Tutorials
2020-05-18 01:57:36 -07:00
Johannes M. Scheuermann
951430790e
Add note about experimental status of bandwidth limit
2020-05-18 09:29:31 +02:00