Istio and Flux - observedGeneration #4508
Unanswered
hrvatskibogmars
asked this question in
General
Replies: 1 comment
-
There is a similar issue reported here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently encountering a type mismatch error when using Istio + Flux and would appreciate any guidance or suggestions to resolve it. The issue arises with the status.observedGeneration field, which is expected to be an integer (int64), but it's being interpreted or provided as a string (string). Here's the specific error message I'm receiving:
Warning HealthCheckFailed 2m32s (x17 over 83m) kustomize-controller (combined from similar events): health check failed after 5m0.055393312s: timeout waiting for: [VirtualService/default/vs-front-imba status: 'Unknown': looking up status.observedGeneration from resource: .status.observedGeneration accessor error: 3 is of the type string, expected int64]
virtual-service.yaml
Beta Was this translation helpful? Give feedback.
All reactions