From 298d7f96207dd6cdf6daef3b2e1af8acea2a90ac Mon Sep 17 00:00:00 2001 From: Natalie Pina Date: Wed, 22 Jan 2025 06:21:56 -0800 Subject: [PATCH] fix: add airgapped certification to istio, jaeger, and kiali (#3044) --- services/istio/metadata.yaml | 1 + services/jaeger/metadata.yaml | 1 + services/kiali/metadata.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/services/istio/metadata.yaml b/services/istio/metadata.yaml index 8f289f5ce2..64960d44e2 100644 --- a/services/istio/metadata.yaml +++ b/services/istio/metadata.yaml @@ -9,6 +9,7 @@ scope: - workspace certifications: - qualified + - airgapped licensing: - Pro - Ultimate diff --git a/services/jaeger/metadata.yaml b/services/jaeger/metadata.yaml index 1de183a196..cd9f5307b6 100644 --- a/services/jaeger/metadata.yaml +++ b/services/jaeger/metadata.yaml @@ -14,6 +14,7 @@ licensing: - Enterprise certifications: - qualified + - airgapped overview: |- # Overview Jaeger is open source software for tracing transactions between distributed services. It is used for monitoring and troubleshooting complex microservices environments. Jaeger uses distributed tracing to follow the path of a request through different microservices. diff --git a/services/kiali/metadata.yaml b/services/kiali/metadata.yaml index f26e23e2ac..b37e3e4b7a 100644 --- a/services/kiali/metadata.yaml +++ b/services/kiali/metadata.yaml @@ -14,6 +14,7 @@ licensing: - Enterprise certifications: - qualified + - airgapped overview: |- # Overview Kiali is a management console for an Istio-based service mesh. It provides dashboards, observability, and lets you operate your mesh with robust configuration and validation capabilities. It shows the structure of your service mesh by inferring traffic topology and displays the health of your mesh. To use Kiali, Prometheus, Istio, and Jaeger need to be deployed.