Commit Graph

4569 Commits (6fa854c10afcab43416702ac5090c3beca2e5f6f)

Author SHA1 Message Date
Cweiping c80c9c40c1
fix page configure-multiple-schedulers/#enable-leader-election style error (#22642)
* fix https://kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/#enable-leader-election style error

Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>

* fix https://kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/#enable-leader-election style error

Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-07-26 20:16:16 -07:00
Kubernetes Prow Robot 5c2748288a
Merge pull request #21185 from johscheuer/add-docs-api-health-checks
Add documentation for API server health checks
2020-07-26 20:04:17 -07:00
Kubernetes Prow Robot 81e9489f9a
Merge pull request #21767 from OriHoch/patch-1
volume_attributes is now volume_context in CSI spec
2020-07-26 19:50:16 -07:00
Kubernetes Prow Robot 9880cbd671
Merge pull request #22318 from tengqm/fix-19996
Fix pages that reference removed API groups
2020-07-26 19:38:18 -07:00
Kubernetes Prow Robot 995e37a0fc
Merge pull request #22598 from tengqm/fix-setup-links
Replace redirected links with the real targets in the setup section
2020-07-26 19:34:17 -07:00
Kubernetes Prow Robot 4e7d0ddc6e
Merge pull request #22759 from jimangel/pr-wrangler-link
fixing hold label filter for PR wranglers
2020-07-26 19:32:17 -07:00
Kubernetes Prow Robot f8868b300b
Merge pull request #22644 from HoussemDellai/edit-hpa-docs
Replaced ADD with COPY in Dockerfile
2020-07-26 19:08:17 -07:00
Kubernetes Prow Robot bf447ce552
Merge pull request #22626 from Arhell/upd-page
remove backticks from “Change the Reclaim Policy of a PersistentVolum…
2020-07-26 19:06:17 -07:00
Kubernetes Prow Robot 46daba41aa
Merge pull request #22651 from MikeSpreitzer/doc-apf-debug
Document APF debug URL paths
2020-07-26 19:04:16 -07:00
Kubernetes Prow Robot 1b9a074fff
Merge pull request #22675 from sftim/20200723_improve_task_tools_overview
Revise overview for Install Tools tasks
2020-07-26 19:00:17 -07:00
Kubernetes Prow Robot 3595681e06
Merge pull request #22676 from sftim/20200723_tutorial_sourceip_use_drawings
Improve diagrams for Source IP tutorial
2020-07-26 18:58:17 -07:00
Kubernetes Prow Robot 9a4aff9ecf
Merge pull request #22677 from sftim/20200723_rbac_mark_table_header
Mark RBAC table header as header
2020-07-26 18:56:17 -07:00
Kubernetes Prow Robot cc78d30459
Merge pull request #22702 from ebriand/patch-4
Use more real container examples
2020-07-26 18:52:17 -07:00
Kubernetes Prow Robot 5b3fbe1b6b
Merge pull request #22714 from shuuji3/en/22672-fix-markdown-ul
Fix markdown errors of unordered list in blog posts
2020-07-26 18:48:16 -07:00
Roberth Strand a5e1ede968
Wrong formatting on curl command for downloading latest release of kubectl (#22738)
* Update install-kubectl.md

Wrong formatting on the first curl command

* Update content/en/docs/tasks/tools/install-kubectl.md

Correct syntax

Co-authored-by: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-07-26 18:46:16 -07:00
Jim Angel eb80d248ab fixing hold label filter for PR wranglers 2020-07-26 20:27:51 -05:00
Tim Bannister 0f519e614a Revise overview for Install Tools tasks
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-07-26 15:23:28 +01:00
Naoki Oketani 7e10eb67da paraphrase master to control plane 2020-07-26 20:15:28 +09:00
craigbox 85c46ab152 missed an em dash. 2020-07-26 11:07:41 +01:00
craigbox 4b7883e7e1 Update 2020-07-27-kubernetes-1-17-release-interview.md
Changed suggested by review.
2020-07-26 11:07:27 +01:00
Tabitha Sable 788706f42d
Clarify meaning of group
Define the word group without using the word group.
2020-07-25 23:35:34 -05:00
Kubernetes Prow Robot 214a9ca745
Merge pull request #22698 from mweibel/patch-1
windows: update link to docker engine installation
2020-07-25 10:58:16 -07:00
Kubernetes Prow Robot 4e81aa85cd
Merge pull request #22725 from Cweiping/fix_svc_type_error
fix svc type error
2020-07-25 05:46:15 -07:00
Weiping Cai 75b8566c9d
fix svc type error
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-07-25 18:49:42 +08:00
craigbox d3074e3134
Add 1.17 release interview blog post 2020-07-24 22:10:51 +01:00
Kubernetes Prow Robot e21e35d403
Merge pull request #22313 from tengqm/remove-falco
Remove Falco from website
2020-07-24 10:28:22 -07:00
TAKAHASHI Shuuji b0d3fb3144 Fix markdown errors of unordered list in blog posts. 2020-07-25 02:11:59 +09:00
Eric Briand 39ad302c82
Use more real container examples 2020-07-24 13:54:08 +02:00
Michael Weibel 7f71c6c053
windows: update link to docker engine installation
the existing link unfortunately is a dead link and doesn't redirect to the new place properly. Linking directly probably makes sense.
2020-07-24 12:25:58 +02:00
Mike Spreitzer b2f5fbeaac Document the health-for-strangers workaround
.. to issue #93359
2020-07-24 00:18:39 -04:00
Tim Bannister e7c2510a89 Mark RBAC table header as header
Use <thead> and <tbody> elements to distinguish between the header and
the body of the table. Slightly improves accessibility and also visual
style.
2020-07-23 23:53:33 +01:00
Tim Bannister 8e06ed4658 Improve diagrams for Source IP tutorial
The existing diagrams were ASCII art. Use drawings instead.
2020-07-23 23:26:15 +01:00
Mike Spreitzer 7080355d10 Improve doc of /debug/api_priority_and_fairness/dump_requests
Include a non-phantom line.

Document the phantom lines (these are a bug, but not fixed yet, so
need to be documented).
2020-07-23 11:48:23 -04:00
Kubernetes Prow Robot 70198b3001
Merge pull request #22667 from Tej-Singh-Rana/k8s-tej
Fixed spell error
2020-07-23 05:17:39 -07:00
Tej-Singh-Rana 7ecf3561c0
Fixed spell error 2020-07-23 17:31:16 +05:30
Mike Spreitzer dc432198e5 Document APF debug URL paths
Documented the debug paths introduced by #90967
2020-07-23 00:22:34 -04:00
Mike Spreitzer 800a602e36 Document new API Priority and Fairness metrics
Also brush up the descriptions of some of the older metrics.
2020-07-22 21:19:29 -04:00
Kubernetes Prow Robot a2589be130
Merge pull request #22653 from dmcquiston8/patch-1
Update debug-application.md
2020-07-22 17:29:42 -07:00
Kubernetes Prow Robot 898ab28ba6
Merge pull request #22636 from shuuji3/en/22086-clean-up-casestudy-image
Clean up case study images
2020-07-22 16:59:40 -07:00
dmcquiston8 ece290e431
Update debug-application.md 2020-07-22 18:19:35 -04:00
Arhell 531a496c14 remove backticks from “Change the Reclaim Policy of a PersistentVolume” page 2020-07-23 00:38:48 +03:00
Kubernetes Prow Robot 1c6a25e257
Merge pull request #22617 from tengqm/fix-22614
Remove the 'slug' attribute from open-a-pr
2020-07-22 09:20:06 -07:00
Kubernetes Prow Robot 67a4f7733c
Merge pull request #22619 from angelbarrera92/patch-1
typo clusers -> clusters
2020-07-22 09:12:06 -07:00
Houssem Dellai c84caa795a
Replaced ADD with COPY in Dockerfile
COPY is more safe than ADD
2020-07-22 15:34:00 +02:00
Qiming Teng 280afd8896 Remove Falco from website
This content is dual hosted 3rd party content.
2020-07-22 20:59:37 +08:00
Kubernetes Prow Robot 44db0787a9
Merge pull request #22314 from tengqm/remove-poseidon
Remove Poseidon page
2020-07-22 05:34:05 -07:00
TAKAHASHI Shuuji 130822d3d6 Clean up case study images. 2020-07-22 14:24:04 +09:00
Oleg Atamanenko e5e0faf011
Fixed typo in feature gate name.
Fixed typo.

related PR: https://github.com/kubernetes/kubernetes/pull/86377/
2020-07-21 12:01:45 -07:00
Ángel Barrera 27c5df83f8
typo clusers -> clusters
FIX a typo in clusers -> clusters
2020-07-21 13:03:00 +02:00
Qiming Teng 96b76320c7 Remove the 'slug' attribute from open-a-pr
The slug is causing problems for tracking missing links. Other than
that, I'm not seeing any advantage of using it.
2020-07-21 18:55:59 +08:00
Johannes M. Scheuermann f1588c03f3 Add feature state for individual health checks 2020-07-21 10:24:40 +02:00
Kubernetes Prow Robot 6f65a89c1a
Merge pull request #22282 from sozercan/patch-2
Remove container level supplementalGroups and fsgroup from PSP standards doc
2020-07-20 18:55:14 -07:00
Kubernetes Prow Robot 1a7e81f77e
Merge pull request #22550 from tengqm/fix-links-contrib
Tidy up: fix bad links in contribution guide
2020-07-20 18:21:13 -07:00
zacharysarah 989f223fd5 Update the Slack channel creation example 2020-07-20 17:58:49 -07:00
Ben Gadbois a491d86a0c
audit: typo fix 2020-07-20 14:30:44 -07:00
Lubomir I. Ivanov 67d95db8cd kubeadm: remove the preferred / popular list of CNIs
Kubeadm should be CNI agnostic and should not define what is
considered a popular CNI plugin and what isn't.

- Remove the tabs that list CNIs such as Calico, WeaveNet, etc.
- Preserve the note that Calico is currently the only CNI
kubeadm e2e tests are run against.
- Change the link to enumerate CNIs to:
/docs/concepts/cluster-administration/networking/
2020-07-20 22:41:55 +03:00
Qiming Teng c4add100ff Replace redirected links with the real targets
For some links that are invalid forever, this PR drops them.
2020-07-20 16:17:37 +08:00
Qiming Teng 139da7d731 Tidy up: fix bad links in contribution guide 2020-07-20 09:53:11 +08:00
Arhell 57e7cf6c7d fix broken field on the main page in the video block 2020-07-20 01:17:38 +03:00
Kubernetes Prow Robot c477e089b7
Merge pull request #22549 from vincent-pli/fix-type
Fix typo, correct plugin name
2020-07-19 13:24:50 -07:00
Tej-Singh-Rana 7bf0200de2
Fixed space gap 2020-07-17 22:53:43 +05:30
pengli 7866a548c5 Fix type, correct plugin name 2020-07-17 10:36:24 +08:00
Kubernetes Prow Robot 2f075d2930
Merge pull request #22446 from jayunit100/patch-3
Update statefulset.md
2020-07-16 08:53:42 -07:00
Lauri Apple 5700f1012d
removed a reference to sig-pm
I deleted a reference to sig-pm, which no longer exists (since April 2020).
2020-07-16 10:03:07 +02:00
Kubernetes Prow Robot 2c4bc30b92
Merge pull request #22528 from tengqm/use-inlin-links
Use inline links when possible
2020-07-15 17:02:34 -07:00
jay vyas 3e33f7fd7c
Update content/en/docs/concepts/workloads/controllers/statefulset.md
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-15 19:59:52 -04:00
Jorge O. Castro 8045c19d6f
Revise blog submission guidelines as per the blog subproject (#22176)
* Draft of new blog submission guidelines as per the blog subproject

Signed-off-by: Jorge O. Castro <jorgec@vmware.com>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>

* Add explicit requirement of original content, link to the license, and
review clarifications

Signed-off-by: Jorge O. Castro <jorgec@vmware.com>

* Remove whatsnext heading

Signed-off-by: Jorge O. Castro <jorgec@vmware.com>

* Add a warning about filename conventions not using periods

Signed-off-by: Jorge O. Castro <jorgec@vmware.com>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Update content/en/docs/contribute/new-content/blogs-case-studies.md

Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>

Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-15 10:38:38 -07:00
jay vyas efa6ab5347
Update statefulset.md 2020-07-15 12:39:52 -04:00
Qiming Teng 31730ce174 Use inline links when possible
This is in prep for link checker. By using inline links everywhere, we:

- reduce the risk of dangling, missing, unused links as you can see from the PR;
- simplify the link checker logic (under development).
2020-07-15 17:09:32 +08:00
Daniel Kucera 74dbe5de22
fix tolerationsWhitelist annotation example 2020-07-15 09:12:30 +02:00
Daniel Kucera bf3d54dedd
defaultTolerations example fix
defaultTolerations has to be unmarshall-able as an array
2020-07-14 13:01:21 +02:00
Brian Pursley 647e48ca33
Fix broken Debugging DNS Resolution link 2020-07-13 16:02:02 -04: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 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 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 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 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:

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
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