From 0d3e076d018c0f696c77f6bd1dd195b7b9817bb2 Mon Sep 17 00:00:00 2001 From: Meg McRoberts Date: Wed, 20 Sep 2023 21:39:28 -0700 Subject: [PATCH 1/3] docs: correct link to Helm CLI installation info Signed-off-by: Meg McRoberts --- docs/content/en/docs/getting-started/_index.md | 2 +- docs/content/en/docs/install/k8s.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/en/docs/getting-started/_index.md b/docs/content/en/docs/getting-started/_index.md index ac4ade4374..781951d184 100644 --- a/docs/content/en/docs/getting-started/_index.md +++ b/docs/content/en/docs/getting-started/_index.md @@ -11,9 +11,9 @@ The following is an imperative walkthrough. - [Docker](https://docs.docker.com/get-started/overview/) - [kubectl](https://kubernetes.io/docs/reference/kubectl/) +- [Helm CLI](https://helm.sh/docs/intro/install/) - A Kubernetes cluster >= 1.24 (we recommend [Kubernetes kind](https://kind.sigs.k8s.io/docs/user/quick-start/)) (`kind create cluster`) -- [Helm](https://helm.io) ## Objectives diff --git a/docs/content/en/docs/install/k8s.md b/docs/content/en/docs/install/k8s.md index dfc28c2263..ca6f8a6e02 100644 --- a/docs/content/en/docs/install/k8s.md +++ b/docs/content/en/docs/install/k8s.md @@ -67,6 +67,8 @@ Your cluster should include the following: * [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) +* [Helm CLI](https://helm.sh/docs/intro/install/) + * Metric provider such as [Prometheus](https://prometheus.io/), [Dynatrace](https://www.dynatrace.com/), From c20875d8645b1eb9333d12423e46f31cf5f46bf8 Mon Sep 17 00:00:00 2001 From: Meg McRoberts Date: Thu, 21 Sep 2023 00:52:52 -0700 Subject: [PATCH 2/3] Update docs/content/en/docs/getting-started/_index.md Signed-off-by: Meg McRoberts meg.mcroberts@dynatrace.com Co-authored-by: odubajDT <93584209+odubajDT@users.noreply.github.com> Signed-off-by: Meg McRoberts --- docs/content/en/docs/getting-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/getting-started/_index.md b/docs/content/en/docs/getting-started/_index.md index 781951d184..07cc0f04fc 100644 --- a/docs/content/en/docs/getting-started/_index.md +++ b/docs/content/en/docs/getting-started/_index.md @@ -11,7 +11,7 @@ The following is an imperative walkthrough. - [Docker](https://docs.docker.com/get-started/overview/) - [kubectl](https://kubernetes.io/docs/reference/kubectl/) -- [Helm CLI](https://helm.sh/docs/intro/install/) +- [Helm](https://helm.sh/docs/intro/install/) - A Kubernetes cluster >= 1.24 (we recommend [Kubernetes kind](https://kind.sigs.k8s.io/docs/user/quick-start/)) (`kind create cluster`) From dc6b420ef5ffdc7fd482ce4f23010548ae9c279d Mon Sep 17 00:00:00 2001 From: Meg McRoberts Date: Thu, 21 Sep 2023 00:53:02 -0700 Subject: [PATCH 3/3] Update docs/content/en/docs/install/k8s.md Signed-off-by: Meg McRoberts meg.mcroberts@dynatrace.com Co-authored-by: odubajDT <93584209+odubajDT@users.noreply.github.com> Signed-off-by: Meg McRoberts --- docs/content/en/docs/install/k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/install/k8s.md b/docs/content/en/docs/install/k8s.md index ca6f8a6e02..cc21cf37eb 100644 --- a/docs/content/en/docs/install/k8s.md +++ b/docs/content/en/docs/install/k8s.md @@ -67,7 +67,7 @@ Your cluster should include the following: * [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) -* [Helm CLI](https://helm.sh/docs/intro/install/) +* [Helm](https://helm.sh/docs/intro/install/) * Metric provider such as [Prometheus](https://prometheus.io/),