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
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
Jens Erat
96dca646db
Add newly introduced ping_group_range sysctl
...
kubernetes/kubernetes#85463 introduced a new safe sysctl
`net.ipv4.ping_group_range`, which was not yet added to the docs.
Signed-off-by: Jens Erat <email@jenserat.de>
2020-06-17 17:16:43 +02:00
Weiping Cai
1253c3b39e
fix UNCHANGE_REFERENCE to UNCHANGED_REFERENCE,and use you to replace we
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-06-17 14:02:10 +08:00
André Martins
ff9b3e10e9
update kubeadm Cilium related docs
...
Signed-off-by: André Martins <aanm90@gmail.com>
2020-06-16 16:16:39 +02:00
Weiping Cai
5513c60b54
add define interdependent environment variables page
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-06-16 18:40:30 +08:00
Roman Marusyk
6df756c350
Remove statements about the future
2020-06-16 03:26:21 +03:00
Tim Bannister
553279ca12
Remove vestigial task headings
...
Old headings no longer needed: Docsy automatically generates headings
based on site structure.
2020-06-15 20:50:08 +01:00
Tim Bannister
74360fa8ee
Add descriptions for tasks
...
Add description metadata for each task section (English localization).
For sections that only have one page, make sure that that sole page has
description metadata set.
This change helps prepare for the migration to the Docsy theme.
2020-06-15 20:47:26 +01:00
Kubernetes Prow Robot
9f4f076aea
Merge pull request #21779 from kbhawkey/kb-cleanup-toc-pages
...
clean up in page toc
2020-06-15 12:35:56 -07:00
Karen Bradshaw
49575ad2dd
clean up in page toc
2020-06-15 12:02:24 -04:00
Tim Bannister
117d0d6422
Revise kubectl installation task
2020-06-13 23:04:47 +01:00
Kubernetes Prow Robot
2048d692db
Merge pull request #21372 from feloy/retainkeys
...
Document retainKeys patch strategy
2020-06-13 12:01:56 -07:00
Kubernetes Prow Robot
eff3b7178e
Merge pull request #21167 from sftim/20200525_fix_distribute_credentials_secure
...
Fix incorrect Markdown in “Distribute Credentials Securely Using Secrets”
2020-06-12 22:57:57 -07:00
Kubernetes Prow Robot
664a7fc6e6
Merge pull request #21166 from sftim/20200524_revise_dns_debugging_task
...
Revise cluster DNS task pages
2020-06-12 22:55:56 -07:00
Kubernetes Prow Robot
d0024d7d44
Merge pull request #21148 from sftim/20200523_tidy_job_concept
...
Rename and tidy Job concept page
2020-06-12 22:51:56 -07:00
Kubernetes Prow Robot
37cd54f9ef
Merge pull request #21080 from sftim/20200502_tidy_task_daemonset_rollback
...
Tidy “Perform a Rollback on a DaemonSet”
2020-06-12 22:45:56 -07:00