Commit Graph

16624 Commits (954b0fe55b42350bf5cec46e3c7f10f579c1a4f8)

Author SHA1 Message Date
Enrique Medina Montenegro 3028119b68 --amend 2020-06-26 14:34:47 +02:00
Kubernetes Prow Robot 2360ef6f7e
Merge pull request #22074 from ttonline6/fr
fix 404 url
2020-06-26 03:57:31 -07:00
Kubernetes Prow Robot 79f7057669
Merge pull request #22071 from ttonline6/de
fix url:http://kubernetes.io/docs/contribute/style/page-templates/
2020-06-26 03:55:30 -07:00
Kubernetes Prow Robot 3bb141c048
Merge pull request #21995 from rmohta/issue-21803
Add a note about reserved namespace prefix. Resolves #21803
2020-06-26 03:53:31 -07:00
Dominic Yin 06cda78e1f
update zh trans for content/en/docs/concepts/services-networking/service.md 2020-06-26 17:42:12 +08:00
Kubernetes Prow Robot 2aa998f491
Merge pull request #22058 from vitalyzhakov/master
Localize RU assing CPU resource and memory resouce
2020-06-25 23:59:31 -07:00
tanweernoor ac19bfedb2
Update images.md 2020-06-25 23:57:44 -07:00
wangyetao 07588a67ba fix 404 url 2020-06-26 14:54:59 +08:00
wangyetao a34d239d87 fix 404 url 2020-06-26 14:52:09 +08:00
xieyanker b582e577ab Fix some format error caused by original comments 2020-06-26 14:43:34 +08:00
wangyetao d8bcb3c68c fix url:http://kubernetes.io/docs/contribute/style/page-templates/ 2020-06-26 14:38:25 +08:00
Lily 0bc0d009ee Update the guide for CentOS, RHEL or Fedora 2020-06-26 11:40:54 +08:00
Lily 9dc3d7965b Update the guide for Fedora CoreOS
Download command files to /usr/local/bin instead of /opt/bin,which is not in
the default PATH and secure_path
2020-06-26 11:40:48 +08:00
Kubernetes Prow Robot 841abd613d
Merge pull request #21960 from joshuabezaleel/id/configure-service-account
Add translation for configuring service account for ID localization
2020-06-25 19:15:30 -07:00
Emily Moss 2c6ba2cb32 address PR comments 2020-06-25 15:06:55 -07:00
Emily Moss 97850ed430 cert-signing-requests fix 2020-06-25 14:27:10 -07:00
skieffer 08f49fa58e
Update kops.md
Add a link describing the IAM permissions `kops` requires in order to do its job.
2020-06-25 16:09:57 -04:00
Michael Taufen 51b52c423d add ServiceAccountIssuerDiscovery to feature gates docs 2020-06-25 13:02:13 -07:00
Kubernetes Prow Robot 989f5da043
Merge pull request #22046 from sftim/20200624_move_lead_text_after_heading
Move documentation page lead text after the heading
2020-06-25 10:50:38 -07:00
Жаков Виталий 5372373384 RU assing cpu & memory resource 2020-06-25 21:41:54 +05:00
Tim Bannister 4a4719d619 Switch note to use shortcode 2020-06-25 17:10:03 +01:00
Tim Bannister f265aed794 Fold concept overview pages into section indexes
Where an existing Concept section has an index and the first page is
“Overview of X”, move the content of that overview into the index page
itself.

Also, configure redirects accordingly.
2020-06-25 17:10:03 +01:00
Tim Bannister 3ff7312cff Add descriptions to Concept sections
Each section directly beneath Concepts gains a description.
2020-06-25 17:09:58 +01:00
Kubernetes Prow Robot e92d7e3a59
Merge pull request #22039 from EmilyM1/master
Fix on spaces Makefile
2020-06-25 08:04:37 -07:00
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 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
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
xieyanker d3f6c8d253 Fix note format 2020-06-24 17:10:57 +08: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