Observability: up spaces init
fails to apply the telemetry collector
#548
Labels
bug
Something isn't working
needs-epic-link
Needs a link to an epic
needs-points-label
Needs a story points label
needs-project
Needs to be added to a project board
What happened?
up space init
with observability enabled checks if the telemetry operator is installed as a prerequisite, and if not, it installs it before applying the spaces helm chart. To check if the telemetry-operator is installed, it checks for the CRD of OpentelemetryCollector.The spaces chart contains the Space level OpenTelmetryCollector resource.
In the time when the CRD is ready, and when the Spaces chart is applied, the OpenTelmetry operator is not actually Running yet, and its mutating webhook for OpenTelemetryCollector fails, resulting in the OpenTelemetryCollector not being applied, and the
up space init
erroring out.Epic #https://github.com/upbound/spaces/issues/934
How can we reproduce it?
Local env, create kind cluster and run:
What environment did it happen in?
running locally, but I think it will happen to all fresh Spaces installations, or the ones just enabling Observability
The text was updated successfully, but these errors were encountered: