Commit Graph

4318 Commits

Author SHA1 Message Date
Kubernetes Prow Robot d48be75067 Merge pull request #22089 from Huang-Wei/deprecate-ResourceLimitsPriorityFunction
Document the deprecation of featuregate ResourceLimitsPriorityFunction (1.19)
2020-07-07 14:39:07 -07:00
Javier Diaz-Montes 64422b159a Documenting setHostnameAsFQDN feature
KEP: kubernetes/enhancements#1797 and kubernetes/enhancements#1792
Code PR: kubernetes/kubernetes#91699
2020-07-07 16:42:31 -04:00
Kubernetes Prow Robot c7cf16fbb6 Merge pull request #22218 from savitharaghunathan/merged-master-dev-1.19
Branch sync - Merge master with dev 1.19
2020-07-07 10:45:58 -07:00
Aldo Culquicondor 9ed3f427a2 Review comments 2
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-07 10:41:45 -04: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
Aldo Culquicondor 34c3537a72 Review comments
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-06 17:15:43 -04:00
Aldo Culquicondor 72090c98af Add Scheduling Configuration reference doc
Built from the existing Scheduling Profiles doc.

Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-07-06 16:32:21 -04: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 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 7825b79270 Merge pull request #21703 from tengqm/StreamingProxyRedirects
Mark StreamingProxyRedirects deprecated in 1.19
2020-07-06 07:16:52 -07: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
Jerry Park 64f62106c1 Fix issue of document link in some documents 2020-07-05 22:46:08 +09: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
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
Celeste Horgan 25e76c0273 Add page for PR wranglers 2020-07-02 15:50:59 -07:00
Sertaç Özercan 259655797b Remove container level supplementalGroups and fsgroup 2020-07-02 11:07:24 -07:00
Qiming Teng 4ddc1663f2 Add a kubectl tip for working with keys with dots 2020-07-02 16:30:52 +08:00
Karen Bradshaw fcc2dc2b19 add no_list param 2020-07-01 12:06:04 -04:00
Karen Bradshaw 1739ac97c1 update open-new-pr, docsy info 2020-07-01 10:42:44 -04:00
Jerry Park 5738307b93 Fix issue with k8s.io/docs/reference/command-line-tools-reference/feature-gates/ 2020-07-01 21:23:10 +09:00
Weiping Cai 4490fe014f use printf to replace printenv
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-07-01 14:48:38 +08:00
Richard Mokua f5d6481d3d Update audit.md
removed comment tag  and indentation
2020-07-01 07:50:46 +02:00
Ken Egozi ca8448ccde minor doc typo 2020-06-30 18:45:23 -07:00
Kubernetes Prow Robot 9c5dc4c8a8 Merge pull request #21999 from sftim/20200623_clarify_configmapvolumesource_items_array
Explain ConfigMap volume source items array
2020-06-30 18:04:06 -07:00
Kubernetes Prow Robot 85a9d9379d Merge pull request #22177 from manderson-it/patch-1
Doc: Clarify PVC access modes in third paragraph
2020-06-30 18:02:07 -07:00
Kubernetes Prow Robot f6f8ac1c40 Merge pull request #22147 from shuuji3/patch-6
Fix a broken link in concepts/extend-kubernetes/compute-storage-net/device-plugins.md
2020-06-30 18:00:07 -07:00
Kubernetes Prow Robot 473838beb9 Merge pull request #22034 from bowei/kp-version-skew
Add version skew policy for kube-proxy
2020-06-30 17:58:08 -07:00
Kubernetes Prow Robot fe213363cd Merge pull request #22139 from adityamandhare/patch-2
Adding HTTP(S) to the acceptable traffic
2020-06-30 17:56:06 -07:00
Kubernetes Prow Robot 3130f1c26a Merge pull request #20524 from nevermyuk/endpoint
Add Endpoints into glossary
2020-06-30 17:54:06 -07:00
Kubernetes Prow Robot 6f25dec640 Merge pull request #22062 from skieffer/patch-1
Update kops.md
2020-06-30 17:52:06 -07:00
Kubernetes Prow Robot a691d4b1d2 Merge pull request #22061 from mtaufen/said-fg
add ServiceAccountIssuerDiscovery to feature gates docs
2020-06-30 17:50:06 -07:00