You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flagger controller attempts to connect to prometheus, but is unable to do so.
{"level":"error","ts":"2025-01-23T09:22:50.821Z","caller":"controller/events.go:39","msg":"Error checking metric providers: prometheus not avaiable: running query failed: request failed: Get \"http://prometheus:9090/api/v1/query?query=vector%281%29\": dial tcp: lookup prometheus on 10.100.0.10:53: no such host","canary":"fluxcd-test.fluxcd-test","stacktrace":"github.com/fluxcd/flagger/pkg/controller.(*Controller).recordEventErrorf\n\t/workspace/pkg/controller/events.go:39\ngithub.com/fluxcd/flagger/pkg/controller.(*Controller).advanceCanary\n\t/workspace/pkg/controller/scheduler.go:207\ngithub.com/fluxcd/flagger/pkg/controller.CanaryJob.Start.func1\n\t/workspace/pkg/controller/job.go:39"}
Flagger canary is stuck in initializing.
k describe canary ...
Warning Synced 25m (x785 over 13h) flagger reconcileDestinationRule failed: DestinationRule fluxcd-test-canary.fluxcd-test create error: the server could not find the requested resource (post destinationrules.networking.istio.io)
Warning Synced 4m12s (x807 over 13h) flagger Error checking metric providers: prometheus not avaiable: running query failed: request failed: Get "http://prometheus:9090/api/v1/query?query=vector%281%29": dial tcp: lookup prometheus on 10.100.0.10:53: no such host
Describe the bug
Flagger controller attempts to connect to prometheus, but is unable to do so.
Flagger canary is stuck in initializing.
To Reproduce
flux install
and bootstrap.and these are more application specific manifests
Expected behavior
I expect no errors from the controller.
I expect the canary to be in another state than initializing?
Additional context
The text was updated successfully, but these errors were encountered: