Commit Graph

1168 Commits (fcd8af988cf3586e88f02fff9ddb776a8fc7047d)

Author SHA1 Message Date
Daniel Schnetler d6e371fc57
Update _index.md 2020-08-11 23:15:20 +02:00
Kubernetes Prow Robot a8d831318c
Merge pull request #23017 from tengqm/links-tasks-2
Tune links in tasks section (2/2)
2020-08-09 17:24:19 -07:00
Qiming Teng 92ae1a9cf8 Tune links in tasks section (2/2) 2020-08-08 16:15:28 +08:00
TAKAHASHI Shuuji 7b3322d426 Add a code block fence for example-ingress.yaml. 2020-08-06 11:56:33 +09:00
jimoosciuc 5c6727bc1a Update custom-resource-definition-versioning.md
Fixed an issue on CustomResourceDefinition yaml
2020-08-04 17:00:03 +08: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
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
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
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 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 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 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
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
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
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 e21e35d403
Merge pull request #22313 from tengqm/remove-falco
Remove Falco from website
2020-07-24 10:28:22 -07: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
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
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
Ben Gadbois a491d86a0c
audit: typo fix 2020-07-20 14:30:44 -07:00
Tej-Singh-Rana 7bf0200de2
Fixed space gap 2020-07-17 22:53:43 +05:30
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
Brian Pursley 647e48ca33
Fix broken Debugging DNS Resolution link 2020-07-13 16:02:02 -04: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
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
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
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
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
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
Karen Bradshaw 4ebc47d316 add archetype pages for content types 2020-07-03 11:03:04 -04: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
Tim Bannister 98c349f685 Fix page front matter (en localization) 2020-06-29 18:45:52 +01:00
Qiming Teng 1d5c6b53e6 Tune the code snippet in the list environment 2020-06-28 09:56:04 +08:00
Kubernetes Prow Robot 77b5c0d427
Merge pull request #21933 from tengqm/move-dns-debugging
Move DNS debugging page back to cluster administration
2020-06-27 16:50:14 -07:00
Jerry Park 427b4ec428 Fix issue with links to wrong section name 2020-06-27 20:58:23 +09:00
Kubernetes Prow Robot 3bb141c048
Merge pull request #21995 from rmohta/issue-21803
Add a note about reserved namespace prefix. Resolves #21803
2020-06-26 03:53:31 -07:00
Rohit Mohta d41074866e Add a note about reserved namespace prefix
A namespace with prefix 'kube-' is reserved, even though k8s will let you create that
2020-06-23 18:10:41 -07:00
Justin Brûlotte a0bfa31a4b
Remove extra space in documentation 2020-06-23 14:56:43 -04:00