stillfox-lee commented on PR #1440:
URL:
https://github.com/apache/apisix-ingress-controller/pull/1440#issuecomment-1466216696
`2023-03-08T18:02:17+08:00 error gateway/gateway.go:269 failed to
record status change for Gateway resource {"error": "Operation cannot be
fulfilled on gateways.gateway.networking.k8s.io \"test-gateway\": StorageError:
invalid object, Code: 4, Key:
/registry/gateway.networking.k8s.io/gateways/ingress-apisix-e2e-tests-default-299106829/test-gateway,
ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in
precondition: 043033bc-3aa5-445c-b8bb-0149f5734dc2, UID in object meta: ",
"name": "test-gateway", "namespace":
"ingress-apisix-e2e-tests-default-299106829"}`
It appears from the information above that the UID of the Gateway resource
has changed, making it unable to update the Status sub-resource, which has led
to the test failing. I have tested this several times in my local environment,
but have been unable to replicate the issue, so I may need more time to resolve
this problem.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]