Commit Graph

16891 Commits (dd4f6eeaf10b74d47abc5aad2ebc87786c47239a)

Author SHA1 Message Date
Kubernetes Prow Robot 92ba70f729
Merge pull request #22486 from raelga/es/docs/tasks/debug-application-cluster
Add content/es/docs/tasks/debug-application-cluster
2020-07-13 10:43:20 -07:00
Kubernetes Prow Robot 6f71476139
Merge pull request #22484 from jjmengze/patch-4
correct the sample content
2020-07-13 08:32:32 -07:00
Kubernetes Prow Robot 9e0d6d8110
Merge pull request #22399 from rmauge/patch-1
Updates for minor spelling correction
2020-07-13 08:30:33 -07:00
Kubernetes Prow Robot 332cba8bf3
Merge pull request #22455 from djbrown/portworx-patch-ko
fix portworx io priority parameter name [KO]
2020-07-13 08:00:32 -07:00
Enrique Medina Montenegro 6df3223d72
Spanish Translation 2020-07-13 12:15:00 +02:00
Kubernetes Prow Robot 71d08b0932
Merge pull request #22281 from raelga/es/docs/concepts/configuration/pod-overhead
Add es/docs/concepts/configuration/pod-overhead.md
2020-07-13 01:34:33 -07:00
Kubernetes Prow Robot 80facdc4b2
Merge pull request #22482 from 5kr1p7/patch-1
Fix markdown of header
2020-07-12 23:32:32 -07:00
Kubernetes Prow Robot ec67b2dc0d
Merge pull request #22392 from rossdotpink/patch-1
Fix erroneous RSS feed link in security.md
2020-07-12 19:28:32 -07:00
Kubernetes Prow Robot 98e5268b46
Merge pull request #22422 from jianz/patch-1
escape the angle brackets for token to show in the table.
2020-07-12 19:26:32 -07:00
Kubernetes Prow Robot ea75275dcc
Merge pull request #22457 from ctron/patch-1
Fix the example values in the first examples
2020-07-12 19:08:32 -07:00
MengZeLee c645517606
correct the sample content 2020-07-13 09:51:36 +08:00
Kubernetes Prow Robot df12f9ac21
Merge pull request #21318 from tengqm/sync-zh-readme
[zh] Synchronize the README file
2020-07-12 10:00:33 -07:00
Kubernetes Prow Robot 6a93ddf4ba
Merge pull request #22445 from piazera/patch-1
Update deployment.md
2020-07-12 08:08:32 -07:00
jay vyas 167746be6f
Update content/en/docs/concepts/workloads/controllers/statefulset.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-12 08:20:25 -04:00
Alexander Shangin 657d78bec2
Fix markdown of header 2020-07-12 14:29:17 +03:00
Kubernetes Prow Robot 7fb0bfe0d8
Merge pull request #21913 from tengqm/zh-node-comm
[zh] Sync control-plane-node-communication
2020-07-12 02:54:01 -07:00
Kubernetes Prow Robot b3c4441f13
Merge pull request #22246 from tengqm/sync-zh-contrib-5
[zh] Sync contribution guidelines (5)
2020-07-12 02:50:01 -07:00
Kubernetes Prow Robot 38d8c863c3
Merge pull request #22242 from tengqm/sync-zh-contrib-2
[zh] Sync contribution guidelines (2)
2020-07-12 02:48:01 -07:00
Kubernetes Prow Robot 503e15009b
Merge pull request #22475 from nikhita/cleanup-onwers-case-studies
content/en/case-studies: remove OWNERS
2020-07-11 23:40:02 -07:00
Nikhita Raghunath 4e3cf9f419 Remove SCL reviewers/approvers from OWNERS_ALIASES
To adequately leverage the SCL reviewers/approvers list in OWNERS_ALIASES,
we would need to add multiple OWNERS files in various directories.
Otherwise, the bot ends up suggesting reviewers and approvers from
other parent directories.

To avoid this complexity, simply remove the list of SCL reviewers/approvers
from OWNERS_ALIASES.
2020-07-12 08:42:38 +05:30
Nikhita Raghunath f3699fcea9 content/en/case-studies: remove OWNERS file
As a part of cleaning up inactive members (who haven't been active since
the release of v1.11) from OWNERS, this commit removes the OWNERS file
for content/en/case-studies.
2020-07-12 08:39:39 +05:30
Kubernetes Prow Robot 4469a35589
Merge pull request #22380 from wxsms/patch-9
fix zh doc misleading to en link.
2020-07-11 16:01:21 -07:00
Kubernetes Prow Robot 46bf00b75b
Merge pull request #22452 from leon-barrett/patch-1
Fix description of back-off count reset
2020-07-11 11:21:21 -07:00
Leon Barrett 0f854ec760
Update content/en/docs/concepts/workloads/controllers/job.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-11 10:45:07 -07:00
Kubernetes Prow Robot ce84f4e199
Merge pull request #22273 from tengqm/add-jsonpath-tip
Add a kubectl tip for working with keys with dots
2020-07-11 10:25:21 -07:00
Kubernetes Prow Robot 4659828e33
Merge pull request #22463 from kbhawkey/kb-cleanup-templates
remove example-tutorial template
2020-07-11 10:21:20 -07:00
JarHMJ c6d493df08
Update deployment.md: fix format error 2020-07-11 22:24:59 +08:00
Kubernetes Prow Robot 9866538717
Merge pull request #22454 from djbrown/portworx-patch-en
fix portworx io priority parameter name [EN]
2020-07-11 00:01:21 -07:00
Kubernetes Prow Robot 7db45a406e
Merge pull request #22456 from djbrown/portworx-patch-zh
fix portworx io priority parameter name [ZH]
2020-07-10 23:09:21 -07:00
Kubernetes Prow Robot ee3647b138
Merge pull request #22468 from RainbowMango/pr_fix_deployment_redundancy
zh: Remove redundancy content from deployment docs
2020-07-10 22:05:22 -07:00
RainbowMango 443a3da4d4 Remove redundancy content. 2020-07-11 11:45:21 +08:00
Leon Barrett 7b92c46503 Fix description of back-off count reset
By carefully reading the code in `job_controller.go`, I finally understood that
the back-off count is reset when `forget` is true, which happens when `active`
or `successful` changes without any new failures right at the moment. That
happens in this code:

dd649bb7ef/pkg/controller/job/job_controller.go (L588)

That behavior does not match what this document says. My change fixes the doc
to match the code.

It might be better to fix the behavior to match the doc, since the behavior is
kind of weird to describe. But I imagine that the Kubernetes team will need to
consider factors I'm not aware of before deciding to change job back-off
behavior, so I am not going to the effort of proposing a change like that.
2020-07-10 14:10:05 -07:00
Karen Bradshaw e7ef6ba3f7 cleanup example-tutorial template 2020-07-10 15:46:43 -04:00
Rael Garcia e8c25a8555
Apply emedina suggestions
Co-authored-by: Enrique Medina Montenegro <enrique@medinamontenegro.com>
2020-07-10 14:19:14 +02:00
Rael Garcia cd9597ad06
Add #17821 suggestions 2020-07-10 14:19:13 +02:00
Rael Garcia 954b0fe55b
Remove capture shortcodes 2020-07-10 14:19:13 +02:00
Rael Garcia 97943ea943
Update metadata 2020-07-10 14:19:12 +02:00
Luis Cacho 9c39231415
Adding pod-overhead translation to Spanish 2020-07-10 14:19:12 +02:00
Jens Reimann f4d296d1c3 Fix the example values in the first examples
In the lower part of the document `instance` is derived from the `name` field. However, in the beginning of the document the value of the `instance` field is aligned with the `part-of` field. Which seems wrong, reading through the rest of the page.

Signed-off-by: Jens Reimann <jreimann@redhat.com>
2020-07-10 12:30:09 +02:00
Daniel Brown 6b13eae646
fix portworx io priority parameter name
update `io_priority` to `priority_io`
see https://docs.portworx.com/portworx-install-with-kubernetes/storage-operations/create-pvcs/dynamic-provisioning/
Name: priority_io
Description: IO Priority: low|medium|high
Example: priority_io: “high”
2020-07-10 11:25:29 +02:00
Daniel Brown 6d100b8dcb
fix portworx io priority parameter name
update `io_priority` to `priority_io`
see https://docs.portworx.com/portworx-install-with-kubernetes/storage-operations/create-pvcs/dynamic-provisioning/
Name: priority_io
Description: IO Priority: low|medium|high
Example: priority_io: “high”
2020-07-10 11:22:57 +02:00
Daniel Brown a644a09ec7
fix portworx io priority parameter name
update `io_priority` to `priority_io`
see https://docs.portworx.com/portworx-install-with-kubernetes/storage-operations/create-pvcs/dynamic-provisioning/
Name: priority_io
Description: IO Priority: low|medium|high
Example: priority_io: “high”
2020-07-10 10:51:21 +02:00
Kubernetes Prow Robot 6bf2feba74
Merge pull request #22449 from kubernetes/dev-1.18-ko.7
Seventh Korean l10n work for release 1.18
2020-07-09 21:28:48 -07:00
June Yi f604a4b60a Seventh Korean l10n work for release 1.18
- Translate reference/command-line-tools-reference/feature-gates.md int… (#22240)
- Fix issue of broken links to translated docs (#22105)
- Fix issue of document link in some ko documents (#22379)
- Translate tasks/administer-cluster/access-cluster-services.md into Ko… (#21776)
- Fix issue with 'Linux' and 'Windows' notation in Korean docs (#22362)
- Fix issue of broken links to translated docs #2 (#22270)
- Fix issue with k8s.io/ko/docs/concepts/overview/kubernetes-api.md (#22261)
- Fix issue with k8s.io/ko/docs/concepts/overview/working-with-objects/ (#22263)
- Fix incorrect notation of 'directory' into Korean (#22155)
- Fix issue with k8s.io/ko/docs/concepts/overview/components.md (#22232)
- Update outdated files in dev-1.18-ko.7 (#22128)
- Modify spacing term ReplicaSet in Korean (#22148)
- Translate tasks/administer-cluster/extended-resource-node.md into Korean (#21849)
- Translate tasks/administer-cluster/access-cluster-api.md into Korean (#21730)

Co-authored-by: Jerry Park <jaehwa@gmail.com>
Co-authored-by: woopyoung <ywp041@gmail.com>
Co-authored-by: coolguyhong <podolsmith@naver.com>
Co-authored-by: PyungHo Yoon <learder@gmail.com>
Co-authored-by: Seokho Son <shsongist@gmail.com>
Co-authored-by: jmyung <jesang.myung@gmail.com>
Co-authored-by: Ian Y. Choi <ianyrchoi@gmail.com>
2020-07-10 13:08:16 +09:00
Kubernetes Prow Robot ccc0444c4d
Merge pull request #22409 from inductor/localization_ja
Localization ja
2020-07-09 20:14:35 -07:00
Kubernetes Prow Robot 3302b8013a
Merge pull request #22401 from SataQiu/update-20200707
Mark `make docker-serve` as deprecated in the docs
2020-07-09 16:50:34 -07:00
jay vyas 0f8593d1b7
Update statefulset.md 2020-07-09 17:47:08 -04:00
Kubernetes Prow Robot c63154c176
Merge pull request #22284 from celestehorgan/pr-wranglers
Add page for PR wranglers
2020-07-09 11:20:34 -07:00
Kubernetes Prow Robot 4f6ade4631
Merge pull request #22277 from celestehorgan/fix-dropdowns
Fix display of dropdown on case studies
2020-07-09 11:18:34 -07:00
Marcos 043737c6b6
Update deployment.md 2020-07-09 14:57:15 -03:00