Commit Graph

16923 Commits (227920a15b0ec8fb56158abf4c194127b939feb3)

Author SHA1 Message Date
Tim Bannister 86ff5d0baf Fix typo 2020-07-06 21:34:46 +01:00
Kubernetes Prow Robot ca8ae6e1cb
Merge pull request #22316 from tengqm/fix-19337
Fix indentation of list and code snippet for kms-provider
2020-07-06 13:27:57 -07:00
Celeste Horgan a6a41daee9
Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-06 11:54:22 -07:00
Max Körbächer 8a0a434ded
add styleguide tbd
Update content/de/docs/contribute/localization.md

Co-authored-by: Lars Francke <github@lars-francke.de>

Update content/de/docs/contribute/localization.md

Co-authored-by: Lars Francke <github@lars-francke.de>

Update content/de/docs/contribute/localization.md

Co-authored-by: Lars Francke <github@lars-francke.de>

remove glossar, add anglizisms
2020-07-06 20:14:54 +02:00
Kubernetes Prow Robot b315b96f51
Merge pull request #22179 from kaslin/master
Adding SIG-Windows Spotlight blog post with images.
2020-07-06 10:43:57 -07:00
Kaslin Fields 49b09455e1
Update index.md
Updating with edits from SIG-Windows.
2020-07-06 10:34:07 -07:00
Kubernetes Prow Robot 3408ac404f
Merge pull request #22323 from Tej-Singh-Rana/k8s-tej
Fixed space issue
2020-07-06 09:56:52 -07:00
Ross Wilson 906517f3ff
Fix erroneous RSS feed link in security.md
When referring to the `kubernetes-security-announce` mailing list, an alternative RSS link is incorrectly given to `kubernetes-announce` instead. This PR updates that link.
2020-07-06 17:47:52 +02:00
Kubernetes Prow Robot 8056a69b38
Merge pull request #22301 from kbhawkey/kb-example-content-move
create archetype files, _index cleanup
2020-07-06 03:42:50 -07:00
lvs1 2317a3b97c Remove slack integration hook script 2020-07-06 01:14:33 -07:00
Kubernetes Prow Robot 88ae720661
Merge pull request #22121 from lovebaby979/japan
update minikube drivers
2020-07-06 01:04:51 -07:00
wxsm 423f391c68
fix zh doc misleading to en link.
fix zh doc misleading to en link.
2020-07-06 13:06:09 +08:00
Kubernetes Prow Robot 9c2ca24fb3
Merge pull request #22287 from shuuji3/translate-config-toml-for-ja
Update Japanese translation of config.toml
2020-07-05 20:08:50 -07:00
Kubernetes Prow Robot 7f070f45ec
Merge pull request #22305 from Arhell/remove-images
remove square logos
2020-07-05 19:40:50 -07:00
Kubernetes Prow Robot 01ba60fec8
Merge pull request #22376 from pjhwa/link-22372
Fix issue of document link in some documents
2020-07-05 19:02:50 -07:00
Kubernetes Prow Robot f394cfa487
Merge pull request #22274 from jiaj12/patch-28
Update debug-service.md
2020-07-05 18:12:50 -07:00
Kubernetes Prow Robot 8c5966819f
Merge pull request #22332 from wxsms/patch-6
fix: zh doc missleading to en link.
2020-07-05 18:02:50 -07:00
Qiming Teng bb07d99f08 Address review feedbacks 2020-07-06 06:52:46 +08:00
Aris Cahyadi Risdianto 3889465ad6 ID Localization for Setup - Container Runtime.
Translating the comment and fixed typo.
2020-07-05 22:10:55 +08:00
Jerry Park 64f62106c1 Fix issue of document link in some documents 2020-07-05 22:46:08 +09:00
Philippe Martin e21dbb85da remove capture 2020-07-05 11:51:33 +02:00
Philippe Martin b612a80d18 rekcah78 Review 2020-07-05 11:49:24 +02:00
Philippe Martin 14ab4eb133 fixes 2020-07-05 11:40:05 +02:00
Philippe Martin f92ad5afce Pods lifecycle 2020-07-05 11:40:05 +02:00
Philippe Martin a79466447c Pods 2020-07-05 11:40:02 +02:00
Philippe Martin 9efd949e0e Pods: overview 2020-07-05 11:38:12 +02:00
Dery Rahman Ahaddienata 4cea5be119 Add id translation support for katacoda embed 2020-07-05 16:32:35 +07:00
Qiming Teng 162e5edb39 Clean up shared assets for API reference
This PR promotes the CSS, JS and FONTS files used by API reference to
the `static/css`, `static/js` and `static/fonts` directories
respectively. The intent is that for future releases, when generating
API reference docs, only the `index.html` and `navData.js` files need to
be copied from the generator tools.

Details of changes:

- `jquery-3.2.1.min.js` file is replaced by `jquery-3.3.1.min.js` to
  align with the version used by Docsy. We can investigate in the future
  whether this can be shared. Converging to the same version at least
  can reduce the risks of compatibility.
- `jquery.scrollTo.min.js` moved to `static/js` file and renamed to
  `jquery.scrollTo-2.1.2.min.js` so we know the version from file name.
- `scroll.js` moved to `static/js` and renamed to `scroll-apiref.js` to
  siginify that it is used by API reference.
- A `README.md` file is added to `static/js` directory for describing
  the purposes of the these files.
- `bootstrap.min.css` moved to `static/css` and renamed to
  `bootstrap-4.3.1.min.css` so that it can be shared and its version can
  be easily discovered.
- `font-awesome.min.css` moved to `static/css` and renamed to
  `fontawesome-4.7.0.min.css` for the same reason.
- `stylesheet.css` moved to `static/css` and renamed to
  `style_apiref.css` to siginify its purpose.
- A `README.md` file is added to `static/css` directory for describing
  the purposes of the these files.
- FontAwesome fonts files moved to `static/fonts` so that they can be
  shared across API reference versions.
- Current API reference (1.18) is modified to reference the relocated
  files. Upstream generator change on the way
  (kubernetes-sigs/reference-tools/#161).

Related: #22016, #22023, #22041, #22024, #22064
2020-07-05 13:43:03 +08:00
Kubernetes Prow Robot 38eaf3b4e5
Merge pull request #22312 from imrenagi/translation/managing-tls
Add Bahasa Indonesia translation for managing tls
2020-07-04 21:04:49 -07:00
Imre Nagi c1a180b853
Add Bahasa Indonesia translation for managing tls
Signed-off-by: Imre Nagi <imre.nagi2812@gmail.com>

Fix for review

Signed-off-by: Imre Nagi <imre.nagi2812@gmail.com>

Rebase from master upstream

Signed-off-by: Imre Nagi <imre.nagi2812@gmail.com>
2020-07-05 10:56:58 +07:00
Kubernetes Prow Robot 436afaabad
Merge pull request #22300 from irvifa/id/control-plane-node-communication
chore: Migrate existing master-node-communication to control-plane-node-communication
2020-07-04 19:38:49 -07:00
Kubernetes Prow Robot 6ecca925b8
Merge pull request #22334 from wxsms/patch-8
fix: zh doc missleading to en link.
2020-07-04 19:06:49 -07:00
Qiming Teng 5f10c216de [zh] Fix examples for Chinese localization 2020-07-05 10:04:33 +08:00
Qiming Teng 393c40c680 [zh] Synchronize the README file 2020-07-05 09:22:30 +08:00
Kubernetes Prow Robot ece28880f9
Merge pull request #22333 from wxsms/patch-7
fix: zh doc missleading to english module 6
2020-07-04 16:34:49 -07:00
Kubernetes Prow Robot 36578f4c9e
Merge pull request #22310 from shuuji3/make-versions-translatable-in-navbar
Make "Versions" string on the navbar translatable
2020-07-04 10:26:48 -07:00
Kubernetes Prow Robot 731e2506d3
Merge pull request #22279 from maxgio92/patch-1
Fix wrong uppercase in content/it/docs/concepts/index
2020-07-04 08:54:48 -07:00
Kubernetes Prow Robot e0bf0b2699
Merge pull request #22011 from tengqm/fix-examples-test
Fix example tests for English site
2020-07-04 05:38:48 -07:00
Kubernetes Prow Robot 4c19ec60a1
Merge pull request #22175 from sftim/20200629_remove_capture_shortcodes
Remove capture shortcodes & warn on future use.
2020-07-04 05:30:48 -07:00
Irvi Firqotul Aini ece482870a chore: Migrate existing master-node-communication to control-plane-node-communication
In this commmit I migrate the former to later and add more information about Konnectivity.
2020-07-04 19:28:39 +07:00
Kubernetes Prow Robot f682bd7fbb
Merge pull request #22331 from wxsms/patch-5
fix: zh doc missleading to english module 5, and translate.
2020-07-04 05:14:48 -07:00
Dery Rahman Ahaddienata d7b6391c17 Add docs/tutorials/kubernetes-basics/create-cluster ID translation 2020-07-04 19:06:02 +07:00
wxsm 3811e0c6e8
fix: zh doc missleading to en link.
fix: zh doc missleading to en link.
2020-07-04 20:05:33 +08:00
wxsm 49b428ac17
fix: zh doc missleading to english module 6
`Continue to Module 6` btn in zh docs is leading to en version, this PR simply fix it.
2020-07-04 20:03:13 +08:00
wxsm cf069a742f
fix: zh doc missleading to en link.
fix zh doc missleading to en link.
2020-07-04 19:58:53 +08:00
wxsm ef561614f9
fix: zh doc missleading to english module 5, and translate.
`Continue to Module 5` btn in zh docs is leading to en version and have no translate, this PR simply fix it.
2020-07-04 19:50:01 +08:00
Kubernetes Prow Robot 02d2316c4f
Merge pull request #22326 from wxsms/patch-4
fix: zh doc missleading to english module 4, and translate.
2020-07-04 04:40:48 -07:00
Kubernetes Prow Robot ad2fbb3e93
Merge pull request #22325 from wxsms/patch-3
fix: zh doc missleading to english Start Interactive Tutorial
2020-07-04 04:38:48 -07:00
Kubernetes Prow Robot 57b8e2760c
Merge pull request #22324 from wxsms/patch-2
fix: zh doc missleading to english module 3
2020-07-04 04:36:48 -07:00
Kubernetes Prow Robot a733c232fa
Merge pull request #22322 from wxsms/patch-1
fix: zh doc missleading to english module 2
2020-07-04 04:34:48 -07:00