wandb / helm-charts

Our official helm charts for deploying wandb into k8s
MIT License
19 stars 8 forks source link

Operator | Enable/Disable switch for OTEL presets #239

Open jsbroks opened 1 month ago

jsbroks commented 1 month ago

Today:

The OTEL chart defines two sections with presets:

First Second

Those presets require a set of hostPath volumes that are defined here:

Deamonset

Some customers do not allow the use of hostPath volumes on their clusters.

Expectation:

It must be possible to disable the presets (only the presets, not otel entirely) and if they are disabled then there is no need for hostPath volumes and therefore those should not be created/mounted.

abhinavg6 commented 9 hours ago

Pending discussion between @danielpanzella and @jsbroks on how to think about OTEL based logging in general.