Commit Graph

171 Commits

Author SHA1 Message Date
Savitha Raghunathan 95c94c03d5 resolving conflicts 2020-08-23 12:13:37 -04:00
reylejano-rxm ec27c6cb83 Update link to Weave Net's Integrating Kubernetes via the Addon page 2020-08-20 21:24:04 -07:00
Kubernetes Prow Robot 5a7b92971c
Merge pull request #22764 from vincenthcui/master
update default config for Openstack Cloud Controller Manager since v1.17.0 version release
2020-08-16 20:00:18 -07:00
MorrisLaw 2ff7e96e16 Remove third-party vendors from cloud provider docs 2020-08-14 13:50:42 +00:00
Anna Jung 09d0f598fa Merge master into dev-1.19 to keep in sync 2020-08-11 08:34:02 -05:00
Kubernetes Prow Robot 6126c42ba1
Merge pull request #22683 from MikeSpreitzer/doc-health-for-strangers
Document the health-for-strangers workaround
2020-08-04 16:04:28 -07:00
Savitha Raghunathan 53c71ad3f9 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-08-03 16:09:39 -04: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: 994df0e706
2020-08-03 12:09:50 +08: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
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
Savitha Raghunathan e2a861c2f9 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-07-27 19:10:42 -04: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
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 46daba41aa
Merge pull request #22651 from MikeSpreitzer/doc-apf-debug
Document APF debug URL paths
2020-07-26 19:04:16 -07:00
Naoki Oketani 7e10eb67da paraphrase master to control plane 2020-07-26 20:15:28 +09:00
Mike Spreitzer b2f5fbeaac Document the health-for-strangers workaround
.. to issue #93359
2020-07-24 00:18:39 -04:00
Mike Spreitzer 7080355d10 Improve doc of /debug/api_priority_and_fairness/dump_requests
Include a non-phantom line.

Document the phantom lines (these are a bug, but not fixed yet, so
need to be documented).
2020-07-23 11:48:23 -04:00
Mike Spreitzer dc432198e5 Document APF debug URL paths
Documented the debug paths introduced by #90967
2020-07-23 00:22:34 -04:00
Mike Spreitzer 800a602e36 Document new API Priority and Fairness metrics
Also brush up the descriptions of some of the older metrics.
2020-07-22 21:19:29 -04:00
Renaud Gaubert bbe4de82e1 Add DisableAcceleratorUsageMetrics feature flag
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
2020-07-21 21:17:24 +00:00
Savitha Raghunathan 53f2d23359 resolving conflicts 2020-07-19 19:15:36 -04:00
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
Marek Siarkowicz f9833ee09a Document structured logging
* Separate system logs from Logging Architecture as it mainly covers application logging
* Rename "Metics For The Kubernetes Control Plane" to "Metrics For The Kubernetes System Components" as it covers non-control plane components
* Rename files to `system-logs.md` and `system-metrics.md`
* Remove trailing whitespaces
* Add sections about Klog and Structured Logging

Co-authored-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Paweł Kępka <pkepka@google.com>
2020-07-14 00:39:21 +02:00
Jerry Park 64f62106c1 Fix issue of document link in some documents 2020-07-05 22:46:08 +09: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
Karen Bradshaw fcc2dc2b19 add no_list param 2020-07-01 12:06:04 -04:00
Kubernetes Prow Robot 86d373b0f9
Merge pull request #21997 from sftim/20200622_tidy_concepts_section_post_docsy
Tidy concepts section post-Docsy
2020-06-27 17:12:14 -07:00
Tim Bannister 4a4719d619 Switch note to use shortcode 2020-06-25 17:10:03 +01:00
Tim Bannister f265aed794 Fold concept overview pages into section indexes
Where an existing Concept section has an index and the first page is
“Overview of X”, move the content of that overview into the index page
itself.

Also, configure redirects accordingly.
2020-06-25 17:10:03 +01:00
Tim Bannister 3ff7312cff Add descriptions to Concept sections
Each section directly beneath Concepts gains a description.
2020-06-25 17:09:58 +01:00
Kubernetes Prow Robot 71ebd876ec
Merge pull request #21418 from lnregalias/patch-1
Add info to `aws-load-balancer-security-groups` annotation
2020-06-23 09:57:42 -07:00
Alex Lin 384de5991f
Update content/en/docs/concepts/cluster-administration/cloud-providers.md
Co-authored-by: Jim Angel <jimangel@users.noreply.github.com>
2020-06-22 10:37:28 +10:00
Karen Bradshaw ecc27bbbe7 add en pages 2020-06-09 19:33:15 -04:00
Kubernetes Prow Robot 352fafdcc7
Merge pull request #21041 from prasadkatti/move_obj_patching_page
Move update-api-object-kubectl-patch.md to be under 'Manage Kubernete…
2020-06-08 12:19:47 -07:00
wangxy518 560ee51cb3
a misspelling
a misspelling
2020-06-03 15:43:07 +08:00
Alex Lin 05b5e8d9f2
Add info to `aws-load-balancer-security-groups` annotation
Add warning to avoid sharing security groups between multiple services in the `service.beta.kubernetes.io/aws-load-balancer-security-groups` annotation
2020-06-02 13:22:11 +10:00
Kubernetes Prow Robot 6874e48e3a
Merge pull request #21270 from artberger/adb-ibm-reg-links
Fixing links to IBM Cloud documentation
2020-05-28 19:07:16 -07:00
Zach Corleissen 835af84149
Revert "Add DigitalOcean to cloud provider documentation." 2020-05-28 13:49:50 -07:00
Art Berger f3ed751967 IKS link 2020-05-28 10:42:35 -04:00
MorrisLaw 921b2c8625 Add DigitalOcean to cloud provider documentation. 2020-05-26 18:08:44 +00:00
Prasad Katti 1481e711c6 Move update-api-object-kubectl-patch.md to be under 'Manage Kubernetes Objects' section 2020-05-18 09:25:13 -07:00
Kubernetes Prow Robot f1929c87ea
Merge pull request #20924 from celestehorgan/fix-broken-links
Fix broken links identified by linkchecker
2020-05-14 07:22:22 -07:00
Kubernetes Prow Robot 253c1c5c78
Merge pull request #20931 from zacharysarah/fix-flow-control
Correctly enclose table shortcode
2020-05-12 18:42:26 -07:00
zacharysarah 78ee63f620 Remove table shortcode 2020-05-12 17:04:53 -07:00
Celeste Horgan e0ae1338cd Correct links
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-05-12 13:58:32 -07:00
Kubernetes Prow Robot a0f8b298e0
Merge pull request #20858 from gujingit/master
Add content about the Alibaba cloud provider
2020-05-11 00:31:51 -07:00
gujingit 03aa645e8c add load balancer info for alibaba cloud provider 2020-05-10 09:52:47 +08:00
gujingit c349c7dfd2 Add content about the Alibaba cloud provider 2020-05-09 10:49:19 +08:00