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
2024/07/04 11:50:05 [error] 28965#0: *598 [lua] handler.lua:665: declarative reconfigure failed after 38 ms on worker #1: /usr/local/share/lua/5.1/resty/healthcheck.lua:1490: checks.active.type can only be 'http', 'https' or 'tcp', got 'grpc', context: ngx.timer
Kong Gateway only supports the http, https and tcp protocols for healthchecks. The configuration schema also allows grpc and grpcs to be specified, but those protocols are not actually supported. The lua-resty-healthcheck library provides the healthchecking implementation, please feel free to open a pull request to add grpc and grpcs support to that library.
Kong Gateway only supports the http, https and tcp protocols for healthchecks. The configuration schema also allows grpc and grpcs to be specified, but those protocols are not actually supported. The lua-resty-healthcheck library provides the healthchecking implementation, please feel free to open a pull request to add grpc and grpcs support to that library.
Thank you. Is there any other way to solve this problem
Is there an existing issue for this?
Kong version (
$ kong version
)Kong 3.2.2
Current Behavior
error.log
kong declarative_config :
Expected Behavior
No response
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: