fix Envoy Fails to Add Router#274
Closed
zirain wants to merge 1 commit intoenvoyproxy:mainfrom
Closed
Conversation
danehans
suggested changes
Aug 29, 2022
Contributor
danehans
left a comment
There was a problem hiding this comment.
@zirain I am still seeing the same #272 issue with this PR:
Envoy Gateway Logs
2022-08-29T16:43:11.320Z INFO cache/logrwrapper.go:24 nodeID "envoy-eg-6f568884ff-6f4gx" requested type.googleapis.com/envoy.config.listener.v3.Listener[] and known map[]. Diff [] {"runner": "xds-server"}
2022-08-29T16:43:11.320Z INFO cache/logrwrapper.go:24 respond type.googleapis.com/envoy.config.listener.v3.Listener[] version "" with version "1" {"runner": "xds-server"}
2022-08-29T16:43:11.320Z INFO cache/logrwrapper.go:24 Sending Response on stream 3 to node envoy-eg-6f568884ff-6f4gx {"runner": "xds-server"}
Envoy Logs
[2022-08-29 16:43:10.292][1][warning][config] [source/common/config/grpc_subscription_impl.cc:126] gRPC config for type.googleapis.com/envoy.config.listener.v3.Listener rejected: Error adding/updating listener(s) listener_default-eg-http_8080: Didn't find a registered implementation for 'envoy.filters.http.router' with type URL: ''
The failed CI run supports these findings.
arkodg
reviewed
Aug 29, 2022
Contributor
There was a problem hiding this comment.
afaik this shouldnt be needed here, the Gateway API translator should have set this to * while creating the IR
Line 84 in a4773ec
Contributor
There was a problem hiding this comment.
looks like Validate is not called today, will raise a PR once #216 is in to call Validate before performing a Store
Contributor
|
FYI @zirain @arkodg I do not see this issue when I create an HTTPRoute that includes a |
Member
Author
Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
Member
Author
|
replaced by #286 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes: #272
Signed-off-by: hejianpeng hejianpeng2@huawei.com
wait #273