Commit Graph

4600 Commits (fcd8af988cf3586e88f02fff9ddb776a8fc7047d)

Author SHA1 Message Date
Kubernetes Prow Robot 78e997cf3f
Merge pull request #22655 from MikeSpreitzer/doc-new-apf-metrics
Document new API Priority and Fairness metrics
2020-08-01 16:29:40 -07:00
Kubernetes Prow Robot 0e3bc65fab
Merge pull request #22775 from tengqm/zh-contrib-links
[zh] Fix links in contribute section
2020-08-01 16:19:41 -07:00
Kubernetes Prow Robot f7e8802ef7
Merge pull request #22792 from ZhiFeng1993/add-kubeadm-troubleshooting-item
Add troubleshooting item for kubeadm cluster upgrade
2020-08-01 16:17:40 -07:00
Kubernetes Prow Robot 893f572a2c
Merge pull request #22818 from apelisse/improve-schema-description
Clarify that CRDs can use the schema annotation
2020-08-01 16:07:40 -07:00
Jim Angel 259a2e147d
adding helpful prow commands for PR wranglers
I found myself adding the following labels on a few PRs.
2020-08-01 18:00:44 -05:00
Kubernetes Prow Robot e4f6797510
Merge pull request #22557 from tengqm/fix-links-concepts
Fix links in concepts section
2020-08-01 15:43:40 -07:00
Eric Pederson 19a8bbc82b
Add non-exposed Pod DNS name (#22797)
* Add Pod DNS name

I could not get the hostname/subdomain example to work.  For example:
```
$ kubectl describe svc busybox1                                               
Name:              busybox1
Namespace:         default
Labels:            name=busybox
Annotations:       <none>
Selector:          name=busybox
Type:              ClusterIP
IP:                10.109.13.10
Port:              <unset>  9000/TCP
TargetPort:        9000/TCP
Endpoints:         172.17.0.6:9000
Session Affinity:  None
Events:            <none>

$ kubectl get ep busybox1   
NAME       ENDPOINTS         AGE
busybox1   172.17.0.6:9000   4m5s

$ kubectl get pod busybox1 -o jsonpath="{.metadata.labels} {.spec.hostname} {.spec.subdomain}"
map[name:busybox] busybox-1 default-subdomain

$ kubectl exec  busybox -- nslookup busybox-1.default-subdomain.default.svc.cluster.local
nslookup: can't resolve 'busybox-1.default-subdomain.default.svc.cluster.local'
Server:    10.96.0.10
Address 1: 10.96.0.10 kube-dns.kube-system.svc.cluster.local

command terminated with exit code 1
```

* Update content/en/docs/concepts/services-networking/dns-pod-service.md

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

* Update content/en/docs/concepts/services-networking/dns-pod-service.md

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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-08-01 15:39:41 -07:00
Kubernetes Prow Robot dcd9374466
Merge pull request #22816 from McCoyAle/statefulset
Update command output
2020-08-01 15:29:40 -07:00
Kubernetes Prow Robot c67b812cf1
Merge pull request #22825 from npu21/blog-post
clean up extra h1 heading in blog post
2020-08-01 15:19:40 -07:00
TAKAHASHI Shuuji 36d9239fb1 Fix broken links to pages under /en/docs/tasks/administer-cluster/manage-resources/ 2020-08-01 17:45:36 +09:00
Mike Spreitzer 499d0f4df1 Tweaked wording and added codenew example re health-for-strangers 2020-07-31 15:30:57 -04:00
Mike Spreitzer 8250aa2df0 Tweak APF metric doc in response to review 2020-07-31 15:26:47 -04:00
ZhiFeng1993 876e66a45a Add troubleshooting item for kubeadm cluster upgrade 2020-07-30 11:07:36 -07:00
Zhang Yong 707ced11ab clean up extra h1 heading in blog post 2020-07-30 17:42:51 +08:00
Antoine Pelisse 0099629817 Clarify that CRDs can use the schema annotation 2020-07-29 14:23:43 -07:00
Alexandra McCoy 0f5787d434 Updated command output 2020-07-29 13:27:22 -04:00
Kubernetes Prow Robot fbadc3be2e
Merge pull request #22787 from sftim/20200727_automatically_detect_mermaid_shortcode
Automatically detect MermaidJS shortcode
2020-07-29 10:01:49 -07:00
Kubernetes Prow Robot d31b79cc15
Merge pull request #22743 from tabbysable/patch-1
Clarify meaning of group
2020-07-27 19:41:08 -07:00
Kubernetes Prow Robot e1485cd5d7
Merge pull request #22773 from tegonal/doc-auth
doc(auth): typo
2020-07-27 15:06:10 -07:00
micnncim 0e1678f78b Fix typo in pod-lifecycle.md 2020-07-28 04:35:12 +09:00
Tim Bannister 90b85c7a5e Automatically detect MermaidJS shortcode
Rather than requiring metadata set in a page's front matter,
automatically detect when detect when a page relies on MermaidJS.
2020-07-27 17:37:47 +01:00
Kubernetes Prow Robot e16b0f7212
Merge pull request #22716 from craigbox/patch-18
Add blog post for 1.17 release interview
2020-07-27 09:14:19 -07:00
Eric Briand 052b7fb852
Renamed super.mycompany.com into images.my-company.example 2020-07-27 16:09:07 +02:00
Kubernetes Prow Robot 1b0c69187c
Merge pull request #21895 from mokua/patch-7
Update audit.md
2020-07-27 06:42:20 -07:00
Richard Mokua 9c24d96885
Update audit.md
volume mount indentation correction
2020-07-27 12:54:43 +02:00
Qiming Teng efe536f45a [zh] Fix links in contribute section
This PR fixes bad links found in the contribute section, identified via:
```
./scripts/linkchecker.py -l zh -f /docs/contribute/**/*.md
```

Fix Summary:
Bad links pointing nowhere: 23
Links which should point to localized pages: 28
Links which should avoid redirections: 5
Unsafe links that use HTTP: 6
2020-07-27 17:58:20 +08:00
Richard Mokua 8e69d20a2f
Update audit.md
correct indentation on the policy file and log file hostPath volumes
2020-07-27 08:02:20 +02:00
Qiming Teng 0bdcd44e6b Replace reference to redirect entries (1)
We are referencing the redirect entries in the docs, at many places.
These references should be updated to the correct content page.
2020-07-27 13:22:53 +08:00
Kubernetes Prow Robot b2b2f055d8
Merge pull request #22627 from uthark/patch-1
Fixed typo in feature gate name.
2020-07-26 20:22:16 -07:00
Kubernetes Prow Robot 15b1e62d41
Merge pull request #22600 from neolit123/1.19-remove-cni-from-kubeadm-page
kubeadm: remove the preferred / popular list of CNIs
2020-07-26 20:20:16 -07:00
Tim Bannister 49eee8fd3d
Revise Pod concept (#22603)
* Revise Pod concept

Adapt the existing Pod documentation to suit the Docsy theme, by
promoting the Pod concept itself to /docs/concepts/workloads/pods/

Following on from this, update the Pod Lifecycle page to cover the
lifecycle of a Pod and follow on directly from the Pod concept,
for readers keen to understand things in detail.

This change also removes the automatic contents list from the Pod
overview page. Instead, the new page links to all the pages
inside the Pod section.

* Update links to Pod concept

Link to updated content

* Incorporate Pod concept suggestions

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

* Revise StatefulSet suggestion for Pod concept

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

Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-26 20:18:16 -07:00
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