rancher / opni

Multi Cluster Observability with AIOps

Home Page:https://opni.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agent errors on missing bootstrap configuration, even if bootstrap is not required

kralicky opened this issue · comments

If the bootstrap token and pin are removed from the config file -- e.g. when upgrading with a helm command like this:
helm -n opni-agent upgrade opni-agent --version=v0.10.0-rc2 opni-charts/opni-agent --set "address=xyz" --set "kube-prometheus-stack.enabled=true"
the agent will fail to load the config file, because the (now unnecessary) bootstrap config fields are missing.