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
In old docs for ApisixRoute CRD I saw that field status.conditions[0].lastTransitionTime was present.
It looks like the following CRDs don't contain this status anymore: ApisixGlobalRule, ApisixPluginConfig, ApisixRoute, ApisixUpstream; while the rest do. I'm wondering, is this indented?
One of the use cases to check the time of the sync.
Also, probably the absence of this field also producing records in the error log:
W0228 11:43:39.111782 1 warnings.go:70] unknown field "status.conditions[0].lastTransitionTime"
Expected Behavior
No response
Error Logs
No response
Steps to Reproduce
Install APISIX Ingress controller with the Helm chart.
Current Behavior
Hello,
In old docs for ApisixRoute CRD I saw that field
status.conditions[0].lastTransitionTime
was present.It looks like the following CRDs don't contain this status anymore: ApisixGlobalRule, ApisixPluginConfig, ApisixRoute, ApisixUpstream; while the rest do. I'm wondering, is this indented?
One of the use cases to check the time of the sync.
Also, probably the absence of this field also producing records in the error log:
W0228 11:43:39.111782 1 warnings.go:70] unknown field "status.conditions[0].lastTransitionTime"
Expected Behavior
No response
Error Logs
No response
Steps to Reproduce
Environment
APISIX Ingress controller version: 1.8.3
Kubernetes cluster version: v1.30.9
The text was updated successfully, but these errors were encountered: