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
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
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
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
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
Tabitha Sable
788706f42d
Clarify meaning of group
...
Define the word group without using the word group.
2020-07-25 23:35:34 -05:00