From 6d8995dec9e7449bf11b90b796823a570dc8ccb5 Mon Sep 17 00:00:00 2001 From: xqi-nr <125097052+xqi-nr@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:01:40 -0800 Subject: [PATCH 1/4] Update kubernetes-integration-troubleshooting-error-messages.mdx Add a troubleshooting item for an error message encountered by customers --- ...gration-troubleshooting-error-messages.mdx | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx b/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx index b7040e6be39..0dcd4c70c46 100644 --- a/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx +++ b/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx @@ -13,9 +13,27 @@ redirects: ## Problem -You are getting error messages for the [New Relic Kubernetes integration](/docs/integrations/host-integrations/host-integrations-list/kubernetes-monitoring-integration) in your New Relic infrastructure logs. +You are getting error messages for the [New Relic Kubernetes integration](/docs/integrations/host-integrations/host-integrations-list/kubernetes-monitoring-integration) from your terminal during the Kubernetes integration installation or in your New Relic infrastructure logs after the Kubernetes integration installation. + + If you see the following error message during your manual Kubernetes intergration installation: + + ``` + repo newrelic not found + ``` + + You may forget/miss to run this command for adding newrelic repo to your helm: + + ``` + helm repo add newrelic https://helm-charts.newrelic.com" + ``` + + + Date: Fri, 17 Feb 2023 14:02:33 -0800 Subject: [PATCH 2/4] fix(Kubernetes): Change heading to sentence case --- .../kubernetes-integration-troubleshooting-error-messages.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx b/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx index 0dcd4c70c46..2fe4f6de373 100644 --- a/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx +++ b/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx @@ -18,7 +18,7 @@ You are getting error messages for the [New Relic Kubernetes integration](/docs/ If you see the following error message during your manual Kubernetes intergration installation: From 9d68a2eb0e27dcd59b146c296f434d1f0a78b98e Mon Sep 17 00:00:00 2001 From: Rob Siebens Date: Fri, 17 Feb 2023 14:11:48 -0800 Subject: [PATCH 3/4] fix(Kubernetes): Clarify tip for repo not found --- .../kubernetes-integration-troubleshooting-error-messages.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx b/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx index 2fe4f6de373..a5a6debc7cc 100644 --- a/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx +++ b/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx @@ -26,7 +26,7 @@ You are getting error messages for the [New Relic Kubernetes integration](/docs/ repo newrelic not found ``` - You may forget/miss to run this command for adding newrelic repo to your helm: + You may have forgotten or skipped this command for adding the newrelic repo to your helm chart: ``` helm repo add newrelic https://helm-charts.newrelic.com" From 5355fc8a9a2fdc52e749c239fe1c6b72ebe3d721 Mon Sep 17 00:00:00 2001 From: Rob Siebens Date: Fri, 17 Feb 2023 14:24:28 -0800 Subject: [PATCH 4/4] fix(Kubernetes): Remove stray closing quote --- .../kubernetes-integration-troubleshooting-error-messages.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx b/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx index a5a6debc7cc..c016aaae2bd 100644 --- a/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx +++ b/src/content/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/kubernetes-integration-troubleshooting-error-messages.mdx @@ -29,7 +29,7 @@ You are getting error messages for the [New Relic Kubernetes integration](/docs/ You may have forgotten or skipped this command for adding the newrelic repo to your helm chart: ``` - helm repo add newrelic https://helm-charts.newrelic.com" + helm repo add newrelic https://helm-charts.newrelic.com ```