Commit Graph

20621 Commits

Author SHA1 Message Date
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 63b9faf256 Merge pull request #22349 from shuuji3/typo/deployment
Fix typo: Deploymnet→Deployment
2020-07-04 20:46:49 -07:00
TAKAHASHI Shuuji 1e191062ec Fix typo: Deploymnet→Deployment. 2020-07-05 11:44:24 +09:00
Soichiro KAWAMURA b2a85692d3 Add Japanese translation of taint-and-toleration.md 2020-07-05 11:41:07 +09: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
TAKAHASHI Shuuji fb6a070748 Add _index.md for tutorials/stateful-application. 2020-07-05 01:05:08 +09:00
Kubernetes Prow Robot 1c39365a9c Merge pull request #22338 from oke-py/ja/on-premises-vm
ja: Make docs/setup/production-environment/on-premises-vm/_index.md follow v1.17 of the original text
2020-07-04 09:04: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
TAKAHASHI Shuuji 499718bcab Translate tutorials/stateful-application/mysql-wordpress-persistent-volume/ into Japanese. 2020-07-05 00:44:50 +09:00
TAKAHASHI Shuuji 891a473233 Copy content/en/docs/tutorials/statelful-application/mysql-wordpress-persistent-volume.md to Translate. 2020-07-05 00:42:27 +09:00
TAKAHASHI Shuuji 9772d17d05 Translate tutorials/stateless-application/guestbook into Japanese. 2020-07-04 21:55:36 +09:00
Naoki Oketani c4075c109e ja: Make docs/setup/production-environment/on-premises-vm/_index.md follow v1.17 of the original text 2020-07-04 21:46:19 +09: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
Naoki Oketani b819fc8119 ja: Make docs/setup/best-practices/multiple-zones.md follow v1.17 of the original text 2020-07-04 21:24:06 +09: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
TAKAHASHI Shuuji 54aebec378 Copy content/en/docs/tutorials/stateless-application/guestbook.md to translate. 2020-07-04 20:24:40 +09:00
TAKAHASHI Shuuji 61df64c8ee Translate concepts/architecture/controller into Japanese. 2020-07-04 19:36:12 +09:00
Tim Bannister 325ba8754a Warn on use of capture shortcode
If anyone uses the capture shortcode, emit a warning. The website
no longer uses capture shortcodes.
2020-07-04 11:11:29 +01:00
TAKAHASHI Shuuji 26fdec3e7e Add anchor links. 2020-07-04 19:05:08 +09:00
Kubernetes Prow Robot fe82c29052 Merge pull request #22248 from pjhwa/fix-22247
Fix issue with k8s.io/docs/reference/command-line-tools-reference/fea…
2020-07-04 03:04:48 -07:00
Kubernetes Prow Robot 51283acc88 Merge pull request #22321 from raelga/fix/deprecated-shortcodes-contribute-start
Replace deprecated shortcodes
2020-07-04 03:00:48 -07:00
Arhell cf1cc32b84 fix heading text 2020-07-04 12:35:28 +03:00
wxsm d0d54d2154 fix: zh doc missleading to english module 4, and translate. 2020-07-04 17:32:09 +08:00
TAKAHASHI Shuuji 00379158f4 Translate tutorials/stateful-application/basic-stateful-set into Japanese. 2020-07-04 18:30:01 +09:00
wxsm d2ed626de2 fix: zh doc missleading to english Start Interactive Tutorial 2020-07-04 17:28:01 +08:00
wxsm 846f28d043 fix: zh doc missleading to english module 3 2020-07-04 17:21:26 +08:00
Tej-Singh-Rana 62c13dc35d Fixed space issue 2020-07-04 14:42:28 +05:30
wxsm 446d6a3c7e fix: zh doc missleading to english chapter 2 2020-07-04 16:43:21 +08:00