-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
v0.1.8
-
False
-
-
False
-
-
Description of the problem:
The envoy logs are showing the following warnings:
[2025-11-27 14:48:49.600][1][warning][misc] [external/envoy/source/extensions/filters/network/http_connection_manager/config.cc:82] internal_address_config is not configured. The existing default behaviour will trust RFC1918 IP addresses, but this will be changed in next release. Please explictily config internal address config as the migration step. [2025-11-27 14:48:49.603][1][warning][misc] [external/envoy/source/common/protobuf/message_validator_impl.cc:21] Deprecated field: type envoy.extensions.filters.http.lua.v3.Lua Using deprecated option 'envoy.extensions.filters.http.lua.v3.Lua.inline_code' from file lua.proto. This configuration will be removed from Envoy soon. Please see https://www.envoyproxy.io/docs/envoy/latest/version_history/version_history for details. If continued use of this field is absolutely necessary, see https://www.envoyproxy.io/docs/envoy/latest/configuration/operations/runtime#using-runtime-overrides-for-deprecated-features for how to apply a temporary and highly discouraged override. [2025-11-27 14:48:49.603][1][info][lua] [external/envoy/source/extensions/filters/http/lua/lua_filter.cc:225] envoy_on_response() function not found. Lua filter will not hook responses. [2025-11-27 14:48:49.603][1][warning][misc] [external/envoy/source/common/protobuf/message_validator_impl.cc:21] Deprecated field: type envoy.extensions.filters.http.lua.v3.Lua Using deprecated option 'envoy.extensions.filters.http.lua.v3.Lua.inline_code' from file lua.proto. This configuration will be removed from Envoy soon. Please see https://www.envoyproxy.io/docs/envoy/latest/version_history/version_history for details. If continued use of this field is absolutely necessary, see https://www.envoyproxy.io/docs/envoy/latest/configuration/operations/runtime#using-runtime-overrides-for-deprecated-features for how to apply a temporary and highly discouraged override. [2025-11-27 14:48:49.624][1][info][config] [external/envoy/source/server/configuration_impl.cc:145] loading stats configuration [2025-11-27 14:48:49.626][1][warning][main] [external/envoy/source/server/server.cc:893] There is no configured limit to the number of allowed active downstream connections. Configure a limit in `envoy.resource_monitors.downstream_connections` resource monitor.
How reproducible:
100%
Steps to reproduce:
1. install the chart-v0.21.0
Actual results:
warnings in envoy's log
Expected results:
no warnings in envoy's log