odigos-io / odigos

Distributed tracing without code changes. 🚀 Instantly monitor any application using OpenTelemetry and eBPF

Home Page:https://odigos.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not run Odigos UI if Odigos is not installed on the cluster

edeNFed opened this issue · comments

When invoking the command odigos ui we should test if Odigos is installed on the Kubernetes cluster.
If Odigos is not installed we should abort the command (not running the UI) and show an error message.
We can detect if Odigos is installed via a similar logic to what is implemented in odigos version.

I would like to work on this issue can you assign it to me

@edeNFed / @Ritish134 , I saw the PR; Instead of requiring a shell script for validation, can we utilize this logic to check if Odigos is installed in Kubernetes cluster? This would ensure uniformity throughout the component.

Any thoughts?

sounds good