We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR
DPANIC
EG version: v1.2.2 K8s Version: v1.31
Today I upgraded EG from v1.1.2 to v1.2.2, and when I rolling update my business Deployment, the EnvoyGateway proxy log shows ERROR & DPANIC as below:
Deployment
2024-11-28T12:31:25.901Z ERROR provider kubernetes/status_updater.go:191 event {"runner": "provider", "error": "dropping status update, buffer full"} 2024-11-28T12:31:25.901Z DPANIC provider kubernetes/status_updater.go:191 odd number of arguments passed as key-value pairs for logging {"runner": "provider", "ignored key": {"name":"eg-route-api-fr","namespace":"envoy-gateway-system"}}
The text was updated successfully, but these errors were encountered:
logger.Error() requires one more parameter.
logger.Error()
Sorry, something went wrong.
hey thanks for flagging this, this code got removed as part of #4809 and hopefully you shouldnt see this in the next patch release
_No_route_to_host
Successfully merging a pull request may close this issue.
EG version: v1.2.2
K8s Version: v1.31
Today I upgraded EG from v1.1.2 to v1.2.2, and when I rolling update my business
Deployment
, the EnvoyGateway proxy log showsERROR
&DPANIC
as below:The text was updated successfully, but these errors were encountered: