fluxcd/flagger

Halt advancement no values found for kuma metric request-success-rate probably podinfo.test is not receiving traffic: running query failed: no values found

yashp24 opened this issue · 1 comments

I am following this document https://docs.flagger.app/tutorials/kuma-progressive-delivery. When I checked the Automated canary promotion I got this error.

Events:
  Type     Reason  Age                   From     Message
  ----     ------  ----                  ----     -------
  Normal   Synced  18m (x8 over 2d15h)   flagger  New revision detected! Scaling up podinfo.test
  Warning  Synced  17m (x2 over 64m)     flagger  canary deployment podinfo.test not ready: waiting for rollout to finish: 0 of 1 (readyThreshold 100%) updated replicas are available
  Normal   Synced  17m (x9 over 2d15h)   flagger  Starting canary analysis for podinfo.test
  Normal   Synced  17m (x9 over 2d15h)   flagger  Pre-rollout check acceptance-test passed
  Normal   Synced  17m (x9 over 2d15h)   flagger  Advance podinfo.test canary weight 5
  Warning  Synced  15m (x42 over 2d15h)  flagger  Halt advancement no values found for kuma metric request-success-rate probably podinfo.test is not receiving traffic: running query failed: no values found

I am using kuma, flagger, and prometheus.

these are my pods in test namespace:

NAME                                   READY   STATUS    RESTARTS   AGE
pod/flagger-loadtester-65f76b8-49fp9   1/1     Running   0          2d20h
pod/podinfo-primary-56c8b6ff68-78rmx   2/2     Running   0          2d15h

Capture

Finally my canary deployment is getting failed. Can someone help me to resolve this issue?

could someone please look into this issue?