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
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
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
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
Kubernetes Prow Robot
0ce44ec17f
Merge pull request #22306 from kbhawkey/testing-packaging
...
update package.json
2020-07-08 10:53:11 -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
Muhammad Panji
fc3c00215d
Rearrange paragraphs in iptabels bridged traffic section in install kubeadm
2020-07-08 07:31:53 +07:00
Celeste Horgan
b05f9569c7
Address feedback
2020-07-06 15:56:46 -07:00
Raymond Maugé
52f2920d5f
Updates minor spelling correction
...
"can not" to "cannot"
2020-07-06 18:03:45 -04:00
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
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
Robert Stoll
e140c2a6dc
doc(auth): typo
2020-07-06 08:09:26 +02:00
Kubernetes Prow Robot
7f070f45ec
Merge pull request #22305 from Arhell/remove-images
...
remove square logos
2020-07-05 19:40:50 -07:00
Jerry Park
64f62106c1
Fix issue of document link in some documents
2020-07-05 22:46:08 +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
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
Tej-Singh-Rana
62c13dc35d
Fixed space issue
2020-07-04 14:42:28 +05:30
Kubernetes Prow Robot
4267b1bad4
Merge pull request #22317 from abhi1604/patch-5
...
Corrected a Typo
2020-07-03 22:30:48 -07:00
Qiming Teng
e097b93c8e
Fix pages that reference removed API groups
...
Quite some resources have been moved out of the `extensions` API group
since 1.18; the `apps/v1beta1` and `apps/v1beta2` group versions are
also dropped. This PR updates the pages which still reference such API
groups or group versions.
2020-07-04 13:23:26 +08:00
Abhinav
e6fd8f866e
Corrected a Typo
2020-07-04 14:07:16 +09:00
Qiming Teng
f03c187987
Fix indentation of list and code snippet for kms-provider
2020-07-04 12:31:10 +08:00
Kubernetes Prow Robot
9c196f9e09
Merge pull request #21811 from Cweiping/feature/add_interdependent_envvars
...
add define interdependent environment variables page
2020-07-03 21:00:48 -07:00
Qiming Teng
a87bb799c2
Remove Poseidon page
...
The [Poseidon
project](https://github.com/kubernetes-sigs/poseidon/commits/master )
is virtually dead:
- No PRs coming in since Dec 2019
- PRs related to code changes date back to April 2019.
By removing this page, we can save folks' effort on localizing the
content, i.e. #22265 .
2020-07-04 11:31:20 +08:00
Kubernetes Prow Robot
c452e65a62
Merge pull request #22225 from kbhawkey/kb-update-readme-submodule
...
add info about updating docsy theme
2020-07-03 20:24:48 -07:00
Karen Bradshaw
e9230acaf2
testing deploy
2020-07-03 18:06:29 -04:00
Arhell
378250c9c0
remove square logos & script
2020-07-03 19:54:20 +03:00
Nicolas Ménant
820d4a76dc
Update ingress-controllers.md
...
The F5 Container Ingress Services related link is an outdated one
2020-07-03 17:31:24 +02:00
Karen Bradshaw
0249f62e65
add docs about archetype pages
2020-07-03 11:03:05 -04:00
Karen Bradshaw
1950c95b87
cleanup setup, contribute, tutorials index pages
2020-07-03 11:03:05 -04:00
Karen Bradshaw
4ebc47d316
add archetype pages for content types
2020-07-03 11:03:04 -04:00
Kubernetes Prow Robot
3b3f5a9ea3
Merge pull request #22254 from kbhawkey/kb-index-landing-pages
...
add no_list param
2020-07-03 05:54:47 -07:00
joelbyronbarker
072d04c912
Update open-a-pr.md
...
Last link to /contribute/review/reviewing-prs was misstyped. Change resolves 404 when clicking it.
2020-07-02 21:24:24 -07:00