Commit Graph

4930 Commits

Author SHA1 Message Date
Tim Bannister 182e259ee8 Use adaptive sizing for text in article image 2020-08-03 18:17:17 +01:00
Tim Bannister c1c6339621 Add blog article about anti-perma-beta KEP changes
Co-authored-by: Bob Killen <killen.bob@gmail.com>
2020-08-03 18:06:38 +01:00
craigbox f5613c1513 Add blog post for 1.18 release interview (#22882)
* Add 1.18 release interview

* Emdashen all the em dashes

* Ok, not *all* the dashes

* downcaseandremovespacesfrommrbobbytables
2020-08-03 08:45:40 -07:00
Qiming Teng 031747e460 Tweak paragraph to kill orphaned fragment 2020-08-03 21:18:55 +08:00
dba-git eb0a35821d grammar and syntax errors 2020-08-03 14:58:55 +02:00
Kubernetes Prow Robot 879651c83b Merge pull request #22606 from zacharysarah/update-l10n-contrib
Update the Slack channel creation example
2020-08-03 04:53:42 -07:00
Kubernetes Prow Robot 20a1a5cbf0 Merge pull request #22902 from kubernetes/jimangel-prow-commands-1
adding helpful prow commands for PR wranglers
2020-08-03 04:51:40 -07:00
vincentcui 9906576106 update default config for Openstack Cloud Controller Manager since v1.17.0 version release
Refer: https://github.com/kubernetes/cloud-provider-openstack/releases/tag/v1.18.0
Refer: https://github.com/kubernetes/cloud-provider-openstack/commit/994df0e7069c54a169e7fbf71c72898ca3cae696
2020-08-03 12:09:50 +08:00
inductor bae154edd3 Update kubeadm installation 2020-08-03 04:16:15 +09:00
Qiming Teng c8f4704873 Fix links in concepts section (2) 2020-08-02 09:11:14 +08:00
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
Richard Mokua 1c76afc2bc Update custom-resource-definitions.md
The example on line 746-754, should has an image tag; with the image tag, the validation will fail with the error "validating data: ValidationError(CronTab.spec): unknown field "image"".  Solution : Adding the image field on the CustomResourceDefinitions.
2020-07-30 07:56:34 +02: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 af4e2fdf2b Merge pull request #22712 from javidiaz/alphanoticefeature
Adding feature status and prerequisite to new feature.
2020-07-28 05:19:08 -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
Savitha Raghunathan e2a861c2f9 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-07-27 19:10:42 -04: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