Commit Graph

4318 Commits

Author SHA1 Message Date
Brian Pursley 647e48ca33 Fix broken Debugging DNS Resolution link 2020-07-13 16:02:02 -04:00
Kubernetes Prow Robot 82ac6d49fa Merge pull request #21590 from robscott/ingress-1.19
Updating Ingress docs for 1.19
2020-07-13 11:45:21 -07:00
Aldo Culquicondor 91b83cf906 Docs revision
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-13 14:30:00 -04:00
Wei Huang 9959ffc513 remove release notes section 2020-07-13 09:52:30 -07:00
Wei Huang 481aa2cce0 Remove the "How to disable preemption" stanza and rewordings 2020-07-13 09:51:12 -07:00
Wei Huang e2fd28a35b Document the changes of scheduler PostFilter extension point 2020-07-13 09:51:12 -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
Ricardo Rosales abfff67725 Remove cluster/update-storage-objects.sh reference
Seems like this https://github.com/kubernetes/kubernetes/pull/83969/files makes it obsolete
2020-07-13 10:22:29 -05:00
Kevin Klues 7b270b47bc Add updated documentation about the device plugin interface
Signed-off-by: Kevin Klues <kklues@nvidia.com>
2020-07-13 16:54:52 +02: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 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
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 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
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:

https://github.com/kubernetes/kubernetes/blob/dd649bb7ef4788bfe65c93ebc974962d64476b39/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
Kubernetes Prow Robot d6b7bf5f38 Merge pull request #21588 from robscott/app-protocol-1.19
Updating AppProtocol docs for 1.19 release
2020-07-10 13:49:49 -07: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 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
Rob Scott 4e6aa1b43b Updating AppProtocol docs for 1.19 release 2020-07-09 18:31:43 -07:00
Rob Scott b8d8b9984d Fixing some issues in Ingress docs 2020-07-09 17:59:24 -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
Marcos 043737c6b6 Update deployment.md 2020-07-09 14:57:15 -03:00
Kubernetes Prow Robot 91834fa5c2 Merge pull request #22442 from shuuji3/fix-version-skew-policy
Fix the usage of skew shortcode in the version-skew-policy page
2020-07-09 09:44:34 -07:00
Adhityaa Chandrasekar a77986c867 scheduling-framework.md: update Reserve and Unreserve descriptions 2020-07-09 16:15:23 +00:00
Andrew Keesler 371ac1ffb5 Update external credential providers docs with install hint details
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-07-09 11:57:16 -04:00
TAKAHASHI Shuuji 6ef4cdc96c Fix the usage of skew shortcode in the version-skew-policy page. 2020-07-10 00:25:54 +09:00
Kubernetes Prow Robot ec77a8ced7 Merge pull request #22433 from tengqm/fix-18978
Avoid using deprecated commands in task
2020-07-09 07:16:31 -07:00
SataQiu 66599808bf fix wrong note shortcode 2020-07-09 14:54:56 +08:00
SataQiu f8de42868f mark docker-serve as deprecated in the docs 2020-07-09 14:36:02 +08:00
Kubernetes Prow Robot dd54cc818c Merge pull request #22421 from sumodirjo/fix-install-kubeadm-docs
Rearrange paragraphs in iptables bridged traffic section in install kubeadm
2020-07-08 19:52:50 -07:00
Qiming Teng 621e5e7236 Avoid using deprecated commands in task
The `kubectl run` way of creating Deployment is deprecated. This PR
replaces it with the new equivalent command.
2020-07-09 10:21:51 +08:00
Aldo Culquicondor e02160c63c Docs for new default PodTopologySpread functionality and gate
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-08 18:25:25 -04:00
Savitha Raghunathan 0ebc16c10c resolving conflicts 2020-07-08 16:01:48 -04:00
Kubernetes Prow Robot 754c6b1a64 Merge pull request #21437 from alculquicondor/beta-component-config
Add Scheduling Configuration reference doc
2020-07-08 11:11:08 -07:00
Kubernetes Prow Robot 0ce44ec17f Merge pull request #22306 from kbhawkey/testing-packaging
update package.json
2020-07-08 10:53:11 -07:00
Tim Pepper 2abe081611 patch support: KEP 1498 Kubernetes yearly support period
As of the KEP
https://git.k8s.io/enhancements/keps/sig-release/1498-kubernetes-yearly-support-period
becoming implementable for 1.19, we have a variation in support
which should be visible to our project's downstream consumers.

Signed-off-by: Tim Pepper <tpepper@vmware.com>
2020-07-08 10:22:53 -07:00
Kubernetes Prow Robot 38a5d01d75 Merge pull request #21210 from javidiaz/hostnamefqdn
Documentation for new feature setHostnameAsFQDN
2020-07-08 07:01:10 -07:00
jianz 67fc065ae8 escape the angle brackets in the table.
escape the angle brackets in order to to show the <token> word inside table.
2020-07-08 11:12:42 +08:00
Christopher M. Luciano 95a77e30db ingress: Update documentation for wildcard hostnames
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2020-07-07 18:17:25 -07:00
Christopher M. Luciano 248ecd10bf ingress: Add documentation on resource backends
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2020-07-07 18:16:58 -07:00
Christopher M. Luciano 51f6e23f35 Updating Ingress docs for 1.19
Co-authored-by: robscott <robertjscott@google.com>
2020-07-07 17:58:51 -07:00
Muhammad Panji fc3c00215d Rearrange paragraphs in iptabels bridged traffic section in install kubeadm 2020-07-08 07:31:53 +07:00