Kubernetes Prow Robot
1e1d6b0fd3
Merge pull request #22057 from SaiHarshaK/fix_css_config
...
fix kubectl docs #config overflow on large screens
2020-06-25 07:28:38 -07:00
Sai Harsha Kottapalli
19f317a634
fix kubectl docs #config overflow on large screens
2020-06-25 19:13:28 +05:30
Kubernetes Prow Robot
69540f8d9f
Merge pull request #22053 from xieyanker/fix_warning
...
Fix warning
2020-06-25 05:42:36 -07:00
Maciej Szulik
00f502fa6a
Update kubectl run from docs where necessary
...
kubectl run starting from 1.18 is creating only Pods and there is no option to
create any other resource. Users should be using kubectl create
commands instead. This update the documentation in all those places
where kubectl create should be used instead or changes description to
reflect the situation.
2020-06-25 13:37:14 +02:00
Kubernetes Prow Robot
d99061c963
Merge pull request #21339 from pjhwa/glossary-21266
...
Change the words for limit/request on the glossary
2020-06-25 04:20:37 -07:00
xieyanker
8b040834f9
Fix warning
2020-06-25 17:55:31 +08:00
Kubernetes Prow Robot
1dda45fecc
Merge pull request #22037 from crixo/feature/upgrade-docs-controller-to-new-theme
...
upgrade docs controller to new theme
2020-06-25 01:48:37 -07:00
Kubernetes Prow Robot
5567be79bc
Merge pull request #21888 from Arhell/fix-toggle
...
fix toggle button color on hover & jumping menu when close
2020-06-25 01:24:40 -07:00
Tim Bannister
6a94d9838b
Mark front page announcements as <aside> elements
...
This matches the HTML used on the rest of the site. It helps avoid
search engines treating the aside as the primary content of the web
page.
2020-06-24 22:35:00 +01:00
Kubernetes Prow Robot
f9fb77b082
Merge pull request #21856 from sftim/20200616_netlify_shallow_clone_submodules
...
Use a shallow clone for submodules in Netlify
2020-06-24 14:26:37 -07:00
Tim Bannister
781b13b38d
Warn from make if submodules are not initialized
...
If you forget to "git submodule update --init --recursive" before
running a local preview, the error from Hugo is cryptic. Add a more
helpful warning.
2020-06-24 22:13:10 +01:00
Tim Bannister
d9f82c9500
Explain ConfigMap volume source items array
...
The existing ConfigMap concept incorrectly states that you must use
different ConfigMap objects if you want to configure both environment
variables and file-like configuration items at the same time.
Reword to give the correct advice.
2020-06-24 22:11:56 +01:00
Kubernetes Prow Robot
b754da8df7
Merge pull request #22018 from Justin2997/patch-1
...
Remove extra space in documentation
2020-06-24 14:10:37 -07:00
Arhell
2adc272dbe
fix toggle button color on hover & jumping menu when close
2020-06-25 00:08:03 +03:00
Tim Bannister
e2805d47b5
Move documentation page lead text after the heading
...
This helps because the lead text follows the page heading on
the section index that links to a page. Consistency helps readability.
2020-06-24 22:01:14 +01:00
Emily Moss
3ab69bb5f1
fix on spaces
2020-06-24 12:11:06 -07:00
cristiano-degiorgis
96f508c5fe
upgrade controller documentation page to new theme
2020-06-24 19:41:21 +02:00
Bowei Du
7e25d75413
Add version skew policy for kube-proxy
2020-06-24 07:41:01 -07:00
Kubernetes Prow Robot
3898006a79
Merge pull request #22032 from shuuji3/21964-fix-link-to-api-core-handler
...
Fix the link to `type Handler` on concepts/workloads/pods/pod-lifecycle/
2020-06-24 07:13:17 -07:00
TAKAHASHI Shuuji
390bbf00bd
Use a link to the generated API document
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2020-06-24 22:23:28 +09:00
Kubernetes Prow Robot
f93844fd63
Merge pull request #21697 from tengqm/RotateKubeletClientCertificate-119
...
Mark RotateKubeletClientCertificate GA
2020-06-24 05:53:17 -07:00
makocchi-git
45cdfae246
tiny fix
2020-06-24 20:21:27 +09:00
Kubernetes Prow Robot
bf05a7cb29
Merge pull request #14851 from emedina/es/docs/concepts_workloads_controllers/jobs-run_and_replicaset
...
Add content/es/docs/concepts_workloads_controllers/jobs-run_and_replicaset
2020-06-24 04:21:17 -07:00
makocchi-git
b4e2cdfa59
fix caption
2020-06-24 20:19:57 +09:00
Qiming Teng
faa5a441fd
Fix example tests for English site
2020-06-24 19:10:14 +08:00
Kubernetes Prow Robot
f856ef64ec
Merge pull request #22033 from xieyanker/fix_note_format
...
Fix note format
2020-06-24 04:07:17 -07:00
Kubernetes Prow Robot
bdeef64cc4
Merge pull request #22031 from yimtun/patch-3
...
fix misrepresentation for "at least one"
2020-06-24 04:05:17 -07:00
makocchi-git
9bc2a924df
follow 1.17 doc
2020-06-24 20:04:18 +09:00
makocchi-git
59664b8861
Revert "update container-runtimes.md"
...
This reverts commit e80821d3c4 .
2020-06-24 19:24:05 +09:00
Kubernetes Prow Robot
b57e4a187e
Merge pull request #21969 from hiyokotaisa/fix-21881
...
ja: Make docs/concepts/configuration/overview.md follow v1.17 of the original text
2020-06-24 02:35:16 -07:00
xieyanker
d3f6c8d253
Fix note format
2020-06-24 17:10:57 +08:00
hikkie3110
960f342eff
Update content/ja/docs/concepts/architecture/nodes.md
...
Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com >
2020-06-24 17:24:33 +09:00
yimtun
0a115b01e4
fix misrepresentation for "at least one"
...
update “一个以上” to "至少一个“
2020-06-24 16:24:10 +08:00
TAKAHASHI Shuuji
f3cd1ca39b
Fix the link to type Handler of k8s.io/api/core/v1.
2020-06-24 17:22:14 +09:00
Qiming Teng
a4919b4e50
[zh] Sync kubectl cheatsheet
...
This PR resync the Chinese translation of the kubectl cheatsheet. I
realized that it is is out of sync because it still contains deprecated
kubectl options such as `--export`.
2020-06-24 15:21:48 +08:00
Kubernetes Prow Robot
3a39f7ca73
Merge pull request #21495 from crixo/master
...
docs/concepts/controller
2020-06-23 23:07:17 -07:00
Kubernetes Prow Robot
7a7adc2ade
Merge pull request #22009 from Yiyiyimu/same
...
[zh] Rename titles of two levels to the same
2020-06-23 21:13:18 -07:00
Kubernetes Prow Robot
d7ae76274a
Merge pull request #22012 from Yiyiyimu/patch-3
...
Fix carousel not moving issues
2020-06-23 21:11:19 -07:00
Kubernetes Prow Robot
65c09c2fba
Merge pull request #22025 from mochizuki-pg/ja-translate-concepts-architecture
...
Change the text from 'Kubernetes' to 'Cluster'
2020-06-23 20:23:17 -07:00
Kento Yagisawa
ff95d5c2bb
update _index.md and kubernetes-objects.md
2020-06-24 12:15:29 +09:00
mochizuki-pg
99c730de3f
Change the text from Kubernetes to Cluster
2020-06-24 11:35:50 +09:00
Kento Yagisawa
3ea3196962
add space
2020-06-24 10:15:57 +09:00
Rohit Mohta
d41074866e
Add a note about reserved namespace prefix
...
A namespace with prefix 'kube-' is reserved, even though k8s will let you create that
2020-06-23 18:10:41 -07:00
Qiming Teng
05843a7f9e
[zh] Sync control-plane-node-communication
...
The original master-node-communication page was renamed with some new
text added about Konnectivity. This PR resync the Chinese localization.
2020-06-24 09:00:35 +08:00
Kubernetes Prow Robot
db2c03aaef
Merge pull request #21949 from Arhell/search
...
update search placeholder
2020-06-23 17:07:18 -07:00
Justin Brûlotte
a0bfa31a4b
Remove extra space in documentation
2020-06-23 14:56:43 -04:00
Kubernetes Prow Robot
b8831f58c0
Merge pull request #21962 from mfilocha/sync-pl-with-upstream-20200621
...
Synchronize Polish translation 2020-06-21
2020-06-23 10:38:38 -07:00
Kubernetes Prow Robot
8e2c2040a0
Merge pull request #22004 from makocchi-git/en/container_runtime
...
Fix broken code style in docs/setup/production-environment/container-runtimes.md
2020-06-23 10:18:38 -07:00
Kubernetes Prow Robot
8fef0e2dd2
Merge pull request #21712 from ariscahyadi/id-local-task-pull-image
...
ID localization for pull-image-private-registry task.
2020-06-23 09:59:41 -07:00
Kubernetes Prow Robot
71ebd876ec
Merge pull request #21418 from lnregalias/patch-1
...
Add info to `aws-load-balancer-security-groups` annotation
2020-06-23 09:57:42 -07:00