Commit Graph

20181 Commits

Author SHA1 Message Date
TAKAHASHI Shuuji 26c784ae37 Improve the translation of "organization"
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2020-09-10 19:38:40 +09:00
Kubernetes Prow Robot fe818f4631 Merge pull request #23725 from Arhell/video-sync
sync video block
2020-09-10 02:49:45 -07:00
Ben Hall 537957f8b4 Update content/en/docs/tutorials/kubernetes-basics/public/css/styles.css
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-09-10 09:30:49 +01:00
Ben Hall 957fcae26b Update content/en/docs/tutorials/kubernetes-basics/public/css/styles.css
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-09-10 09:30:33 +01:00
Maxime Guyot a5cbc1f312 Update Kubespray page 2020-09-10 09:47:44 +02:00
Kubernetes Prow Robot cbb073c280 Merge pull request #23731 from tengqm/zh-links-setup-4
[zh] fix links in setup section (4)
2020-09-10 00:25:45 -07:00
Qiming Teng 7ff239625b Improve object management page by adding a hint
The current instruction doesn't work if one is using `generateName`
field when creating an object.
2020-09-10 08:39:21 +08:00
Kubernetes Prow Robot 58957dcea0 Merge pull request #23771 from mfilocha/add-pl-tutorial-links
Change links for localized tutorials in Polish
2020-09-09 15:01:44 -07:00
Lorenzo Paris d3475e6a5c Update content/en/docs/concepts/storage/storage-classes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-09-09 14:37:24 -07:00
Kubernetes Prow Robot 38bd0aa204 Merge pull request #23669 from tengqm/fix-api-concepts
Fix errors/nits in api-concepts
2020-09-09 14:05:44 -07:00
Kubernetes Prow Robot b0aef17772 Merge pull request #23772 from liggitt/1.19-blog-redirect
Redirect to correct 1.19 release blog date
2020-09-09 11:59:08 -07:00
Kubernetes Prow Robot 2955ede7ee Merge pull request #23279 from sftim/20200820_add_heading_immutable_secret_configmap
Add headings for Immutable ConfigMaps and Secrets
2020-09-09 10:23:08 -07:00
Maciej Filocha 86c2b3ba38 Change links for localized tutorials in Polish
Localized links in a page body are not automatically detected/created.
Thus this manual change.
2020-09-09 17:10:36 +02:00
Jordan Liggitt 651e339928 Redirect to correct 1.19 release blog date 2020-09-09 10:58:21 -04:00
Kubernetes Prow Robot 78155af564 Merge pull request #23491 from tengqm/zh-crd
[zh] Translate tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md
2020-09-09 07:57:53 -07:00
Kubernetes Prow Robot a546813852 Merge pull request #23751 from Alienuser/update-readme-docker
Updating readme files to use the right make functions for build and serve
2020-09-09 07:43:52 -07:00
Kubernetes Prow Robot 34bd8a97a3 Merge pull request #23764 from pjbgf/fix-eventratelimit
Fix incorrect guidance on enabling EventRateLimit
2020-09-09 05:53:52 -07:00
Paulo Gomes 87d36ecfe1 Fix incorrect guidance on enabling EventRateLimit 2020-09-09 09:48:47 +01:00
Kubernetes Prow Robot 2186d4c0a0 Merge pull request #23700 from supirman/id-tutorial-basic-explore
Add ID translation for Explore Your App tutorial
2020-09-09 01:21:54 -07:00
Ben Hall 3fa95f0c93 Remove Roboto reference from interactive translated pages
Signed-off-by: Ben Hall <ben@benhall.me.uk>
2020-09-09 08:53:08 +01:00
Ben Hall 040afda42a Remove Roboto from English docs
Signed-off-by: Ben Hall <ben@benhall.me.uk>
2020-09-09 08:52:21 +01:00
Douglas Schilling Landgraf a4fc1d7b4f [zh] fix import examples for the client-go
The import is broken, this patch fix the libraries.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2020-09-08 21:00:48 -04:00
Douglas Schilling Landgraf 6fb5b93ad7 [zh]: add missing context module for the go example
The client-go example is missing the param context.
This patch adds the missing param.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2020-09-08 21:00:14 -04:00
Douglas Schilling Landgraf eac11ac629 [ko]: add missing context module for the go example
The client-go example is missing the param context.
This patch adds the missing param.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2020-09-08 20:59:36 -04:00
Douglas Schilling Landgraf bdafcf5aa4 [en]: add missing context module for the go example
The client-go example is missing the param context.
This patch adds the missing param.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2020-09-08 20:59:00 -04:00
Douglas Schilling Landgraf ee17ef17a5 [zh]: Add package main to client-go example
The package main is missing from the example.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2020-09-08 20:58:16 -04:00
Douglas Schilling Landgraf d3f537f2c6 [ko]: Add package main to client-go example
The package main is missing from the example.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2020-09-08 20:57:24 -04:00
Douglas Schilling Landgraf ed8ffbda4c [en]: Add package main to client-go example
The package main is missing from the example.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2020-09-08 20:56:13 -04:00
Qiming Teng 6826722885 Fix errors/nits in api-concepts
Nits fixed include:

- incorrectly specified code syntax, e.g. code snippet marked 'json' but
  the content is not JSON;
- the footnote in the paging table contains a nested table which cannot
  be rendered correctly, so the content is removed considering that it
  is just redundant table rows;
- some `kubectl apply` commands failed to provide the correct artifact
  to use while the artifact is stored online.
- fixed some other code fences by explicitly marking them as code
  snippet rather than relying on indentation (hard to maintain).
2020-09-09 08:52:06 +08:00
Tim Bannister b838ea7a3e Revise node draining task page 2020-09-08 21:32:45 +01:00
Tim Bannister 4b3617299a Link to well-known labels rather than repeating the list
- easier to maintain
- less visual space; readers who are interested can follow the hyperlink
2020-09-08 19:47:50 +01:00
Tim Bannister 928c038559 Tidy 404 Not Found error page 2020-09-08 19:36:54 +01:00
Kubernetes Prow Robot 5afff65919 Merge pull request #23752 from Evalle/ISSUE-23739
Fix Broken layout for tabs page in Korean
2020-09-08 07:47:43 -07:00
Kubernetes Prow Robot debec6a190 Merge pull request #23516 from tengqm/fix-crd
Fix nits in CRD task
2020-09-08 07:43:43 -07:00
Evgeny Shmarnev 5568883a78 Fix Broken layout for tabs page in Korean 2020-09-08 15:51:03 +02:00
Firman Rosdiansyah 68396d46e2 Apply suggestions from code review
Co-authored-by: Aris Cahyadi Risdianto <aris.risdianto@gmail.com>
2020-09-08 20:01:36 +07:00
Qiming Teng 57026aa809 [zh] tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md 2020-09-08 20:57:18 +08:00
Lars Helmuth Probst d12b6a6715 Updating readme files to use the right make functions for build and serve 2020-09-08 14:26:09 +02:00
Firman Rosdiansyah 939a3896d2 [id] Fix HorizontalPodAutoscaler path and typo 2020-09-08 18:39:18 +07:00
Qiming Teng 321342b3f0 Fix nits in CRD task 2020-09-08 18:45:38 +08:00
Tom Boettger 00abf7a80f Fix false Object in persistentVolumeClaim explanation
The persistentVolumeClaim explanation was contradictory. I've changed it, since PersistentVolumeClaims are an abstraction layer for PersistentVolumes, which in turn "capture[..] the details of the implementation of the storage".
2020-09-08 12:37:51 +02:00
Kubernetes Prow Robot 71e55e48e5 Merge pull request #23269 from RA489/containerd_config
containerd config improvement
2020-09-08 02:23:43 -07:00
Kubernetes Prow Robot d456c8ffc5 Merge pull request #23149 from tengqm/zh-namespace-task
[zh] Resync namespace task
2020-09-07 23:11:42 -07:00
Kubernetes Prow Robot 6d6b91f36d Merge pull request #23740 from tengqm/zh-sync-eviction-policy
[zh] Add eviction policy page
2020-09-07 23:05:42 -07:00
RA489 c43613b8cf containerd config improvement 2020-09-08 10:59:31 +05:30
Qiming Teng c24b2a12bc Add eviction policy page
This is a sync to English site change (#23478)
2020-09-08 11:44:06 +08:00
Kubernetes Prow Robot 3a4b604eab Merge pull request #22910 from tengqm/zh-rework-deployment
[zh] Rework Deployment concept
2020-09-07 20:11:43 -07:00
Kubernetes Prow Robot 00640d0b84 Merge pull request #23063 from tengqm/zh-tune-debug-service
[zh] Tune translation for debug service task
2020-09-07 20:05:43 -07:00
Kubernetes Prow Robot b7f860e348 Merge pull request #23077 from tengqm/zh-rework-stateful
[zh] Rework stateful application tasks
2020-09-07 19:57:43 -07:00
Kubernetes Prow Robot 6ad17ae328 Merge pull request #23329 from tengqm/zh-persisten-vol
[zh] Translate /docs/concepts/storage/persistent-volumes.md
2020-09-07 19:55:43 -07:00