From b44576f9d3db22f1b5b3683f570f1642468b0e5c Mon Sep 17 00:00:00 2001 From: Markus Napp Date: Fri, 5 Jun 2020 14:10:04 +0200 Subject: [PATCH] Remove mentions of obsolete cadvisor endpoints (Closes #858) --- adoc/admin-monitoring-health-checks.adoc | 23 ----------------------- adoc/admin-monitoring-stack.adoc | 1 - 2 files changed, 24 deletions(-) diff --git a/adoc/admin-monitoring-health-checks.adoc b/adoc/admin-monitoring-health-checks.adoc index de51b0264..b882b2500 100644 --- a/adoc/admin-monitoring-health-checks.adoc +++ b/adoc/admin-monitoring-health-checks.adoc @@ -5,14 +5,6 @@ problems on its own, it is good practice to monitor the availability and health of your services and applications in order to react to problems should they go beyond the automated measures. -A very basic (visual) health check can be achieved by accessing cAdvisor -on the admin node at port `4194`. -This will display a basic statistics UI about the cluster resources. - -A complete set of instructions on how to monitor and maintain the health of -you cluster is beyond the scope of this document. More information is available -at {kubedoc}tasks/debug-application-cluster/resource-usage-monitoring/#cadvisor - There are three levels of health checks. * Cluster @@ -312,13 +304,6 @@ in the environment and you can poll the endpoints. curl -k https://$NODE_IP_FQDN:10250/metrics --header "Authorization: Bearer $TOKEN" ---- -. Fetching cAdvisor -+ -[source,bash] ----- -curl -k https://$NODE_IP_FQDN:10250/metrics/cadvisor --header "Authorization: Bearer $TOKEN" ----- - . Fetching healthz + [source,bash] @@ -336,14 +321,6 @@ curl -k $CONTROL_PLANE/api/v1/nodes/$NODE_NAME/proxy/metrics --header "Authorization: Bearer $TOKEN" ---- -. Fetching cAdvisor -+ -[source,bash] ----- -curl -k $CONTROL_PLANE/api/v1/nodes/$NODE_NAME/proxy/metrics/cadvisor --header -"Authorization: Bearer $TOKEN" ----- - . Fetching healthz + [source,bash] diff --git a/adoc/admin-monitoring-stack.adoc b/adoc/admin-monitoring-stack.adoc index 7d2246926..015ccc87e 100644 --- a/adoc/admin-monitoring-stack.adoc +++ b/adoc/admin-monitoring-stack.adoc @@ -1128,7 +1128,6 @@ The Prometheus SUSE helm chart includes the following predefined jobs that will * prometheus: Get metrics from prometheus server * kubernetes-apiservers: Get metrics from {kube} apiserver * kubernetes-nodes: Get metrics from {kube} nodes -* kubernetes-nodes-cadvisor: Get {kubedoc}tasks/debug-application-cluster/resource-usage-monitoring/#cadvisor[cAdvisor] metrics reported from {kube} cluster * kubernetes-service-endpoints: Get metrics from Services which have annotation `prometheus.io/scrape=true` in the metadata * kubernetes-pods: Get metrics from Pods which have annotation `prometheus.io/scrape=true` in the metadata