-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
configs/google_com_proxy.v2.yaml is not working anymore #2478
Comments
Hm, it works locally for me with Can you verify you're running against head, and post with Envoy's logs? |
sorry for i did not provide significant information. I am testing on a aws ec2 machine and a direct as i check the the cluster info, i find this: $ curl 127.0.0.1:9901/clusters
version_info::static
service_google::default_priority::max_connections::1024
service_google::default_priority::max_pending_requests::1024
service_google::default_priority::max_requests::1024
service_google::default_priority::max_retries::3
service_google::high_priority::max_connections::1024
service_google::high_priority::max_pending_requests::1024
service_google::high_priority::max_requests::1024
service_google::high_priority::max_retries::3
service_google::added_via_api::false
service_google::[::]:0::cx_active::0
service_google::[::]:0::cx_connect_fail::1
service_google::[::]:0::cx_total::1
service_google::[::]:0::rq_active::0
service_google::[::]:0::rq_error::1
service_google::[::]:0::rq_success::0
service_google::[::]:0::rq_timeout::0
service_google::[::]:0::rq_total::0
service_google::[::]:0::health_flags::healthy
service_google::[::]:0::weight::1
service_google::[::]:0::region::
service_google::[::]:0::zone::
service_google::[::]:0::sub_zone::
service_google::[::]:0::canary::false
service_google::[::]:0::success_rate::-1
it looks envoy only looking into ipv6 address of google. but my instance do not have ipv6 network. and the document is tell us default is AUTO. and the dns query result as below (looks ipv4 by default):
by setting |
but why the cluster info is not the currect ips of google? $ curl 127.0.0.1:9901/clusters
version_info::static
service_google::default_priority::max_connections::1024
service_google::default_priority::max_pending_requests::1024
service_google::default_priority::max_requests::1024
service_google::default_priority::max_retries::3
service_google::high_priority::max_connections::1024
service_google::high_priority::max_pending_requests::1024
service_google::high_priority::max_requests::1024
service_google::high_priority::max_retries::3
service_google::added_via_api::false
service_google::0.0.0.0:0::cx_active::0
service_google::0.0.0.0:0::cx_connect_fail::0
service_google::0.0.0.0:0::cx_total::0
service_google::0.0.0.0:0::rq_active::0
service_google::0.0.0.0:0::rq_error::0
service_google::0.0.0.0:0::rq_success::0
service_google::0.0.0.0:0::rq_timeout::0
service_google::0.0.0.0:0::rq_total::0
service_google::0.0.0.0:0::health_flags::healthy
service_google::0.0.0.0:0::weight::1
service_google::0.0.0.0:0::region::
service_google::0.0.0.0:0::zone::
service_google::0.0.0.0:0::sub_zone::
service_google::0.0.0.0:0::canary::false
service_google::0.0.0.0:0::success_rate::-1 |
@winguse For the v4 vs v6 thing, perhaps you could add a YAML comment to the config file that might help someone who encounters this in the future? Thank you for letting us know the problem. |
Signed-off-by: Yingyu Cheng <[email protected]>
Signed-off-by: Yingyu Cheng <[email protected]>
Comment added to sample config. |
Signed-off-by: Piotr Sikora <[email protected]>
Previously it didn't retry all failed workflows, just one. Risk Level: Low, CI automation only Testing: I've verified locally that this works by running the script on this PR: envoyproxy/envoy-mobile#2472 Docs Changes: N/A, not user facing Release Notes: N/A, not user facing Signed-off-by: JP Simard <[email protected]>
Previously it didn't retry all failed workflows, just one. Risk Level: Low, CI automation only Testing: I've verified locally that this works by running the script on this PR: envoyproxy/envoy-mobile#2472 Docs Changes: N/A, not user facing Release Notes: N/A, not user facing Signed-off-by: JP Simard <[email protected]>
I find I cannot turn http traffic to upstream https server any more. By digging into details, I also find the example config is not working as well.
repo steps:
and check the result:
The text was updated successfully, but these errors were encountered: