From aa67d6ee442db38fc80634bebaa79bbd1bc5ee12 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Mon, 16 Oct 2023 20:20:14 -0700 Subject: [PATCH] Add pre-requisites Signed-off-by: Aaron Crawfis --- .../guides/operations/control-plane/metrics/grafana/index.md | 2 ++ .../guides/operations/control-plane/traces/jaeger/index.md | 4 ++++ .../guides/operations/control-plane/traces/zipkin/index.md | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/docs/content/guides/operations/control-plane/metrics/grafana/index.md b/docs/content/guides/operations/control-plane/metrics/grafana/index.md index 8fb41126d..b67d78f82 100644 --- a/docs/content/guides/operations/control-plane/metrics/grafana/index.md +++ b/docs/content/guides/operations/control-plane/metrics/grafana/index.md @@ -35,6 +35,8 @@ The [radius-resource-provider-dashboard.json](https://get.radapp.dev/tools/grafa ### Pre-requisites - [Setup Prometheus]({{}}) on your Kubernetes cluster +- [Helm 3](https://helm.sh/) + ### Install Grafana diff --git a/docs/content/guides/operations/control-plane/traces/jaeger/index.md b/docs/content/guides/operations/control-plane/traces/jaeger/index.md index 6c4ebb6ec..895d982f1 100644 --- a/docs/content/guides/operations/control-plane/traces/jaeger/index.md +++ b/docs/content/guides/operations/control-plane/traces/jaeger/index.md @@ -12,6 +12,10 @@ tags: ["tracing", "observability"] The following steps show you how to configure the Radius control plane to send distributed tracing data to Jaeger running as a container in your Kubernetes cluster and how to view the data. +## Pre-requisites + +- [kubectl CLI](https://kubernetes.io/docs/tasks/tools/) + ## Step 1: Install Jaeger on Kubernetes 1. Create the namespace `radius-monitoring`: diff --git a/docs/content/guides/operations/control-plane/traces/zipkin/index.md b/docs/content/guides/operations/control-plane/traces/zipkin/index.md index 625364d35..df99eba3c 100644 --- a/docs/content/guides/operations/control-plane/traces/zipkin/index.md +++ b/docs/content/guides/operations/control-plane/traces/zipkin/index.md @@ -12,6 +12,10 @@ tags: ["tracing", "observability"] The following steps show you how to configure the [Radius control plane]({{< ref architecture-concept >}}) components to send distributed tracing data to Zipkin running as a container in your Kubernetes cluster and how to view the data. +## Pre-requisites + +- [kubectl CLI](https://kubernetes.io/docs/tasks/tools/) + ## Step 1: Install Zipkin on Kubernetes 1. Create the namespace `radius-monitoring`: