Istio and Flux - observedGeneration #4508
-
|
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:
virtual-service.yaml |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
There is a similar issue reported here |
Beta Was this translation helpful? Give feedback.
-
|
Hi @stefanprodan, is there a way to bypass this type mismatch using
|
Beta Was this translation helpful? Give feedback.
-
|
This can be fixed by specifying |
Beta Was this translation helpful? Give feedback.
This can be fixed by specifying
.spec.healthCheckExprswith expressions that correctly deal with the.statusfield of the resources in question starting with Flux 2.9 (end of 2026 Q2).