Commit Graph

1156 Commits (c80c9c40c11ef0e9b299ef5d7cae8ebe54240e77)

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 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
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
Kubernetes Prow Robot 7ac8022210
Merge pull request #21961 from joshuabezaleel/feature-gate-redirect-on-configure-service-account
Fix redirect link for feature-gates page on configure-service-account
2020-06-22 13:37:41 -07:00
Kubernetes Prow Robot c69e39d4a2
Merge pull request #20845 from prasadkatti/move_configure_multiple_schedulers
Move configure-multiple-schedulers.md
2020-06-22 13:23:40 -07:00
Josef Brandl f52ab1241b
Fix description of failureThreshold 2020-06-22 10:08:40 +02:00
Prasad Katti 473c56aa4f move configure-multiple-schedulers.md 2020-06-21 20:04:18 -07:00
joshuabezaleel 0a76ba0149 Fix redirect link for feature-gates page on configure-service-account 2020-06-21 22:21:35 +07:00
Cweiping e3f6541d0a
Apply suggestions from code review
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-06-20 16:35:35 +08:00
Kubernetes Prow Robot d43c29b0e4
Merge pull request #21854 from JensErat/safe-sysctl-ping-group
Add newly introduced ping_group_range sysctl
2020-06-19 22:36:39 -07:00
Kubernetes Prow Robot c27b58a7a6
Merge pull request #21859 from victoryNap/master
Update falco helm chart url
2020-06-19 22:30:39 -07:00
Qiming Teng d757b2da39 Move DNS debugging page back to cluster administration
DNS resolution is a task in the control plane rather than application
layer.
2020-06-20 12:45:55 +08:00
Joel Smith 2c3ec99c73 Update link for HPA object to point to API docs instead of old design doc 2020-06-19 22:27:47 -06:00
David Jannotta 8b23c00a72
Update falco helm chart url 2020-06-17 13:25:50 -05:00