-
Notifications
You must be signed in to change notification settings - Fork 1.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
frontendproxy- error initializing config ' envoy.yaml'- Address: value length must be at least 1 characters #1955
Comments
@ragigeo are you able to use the latest k8s manifests? I've just tried it out and most services started fine, I just got an issue with BTW, the Helm installation worked fine and I got all services up and running. |
Thanks @julianocosta89 ,
Logs for imageprovider `kubectl logs -n otel-demo opentelemetry-demo-imageprovider-7c94b8875c-686hd events { http { Logs frauddetectionservice
|
Fraud detection seems to be working and processing fine (from the logs). |
Did you just apply the manifests or have you changed anything? |
I have changed below along with updated manifests otlphttp/example: For loadgenerator
|
@ragigeo Could you try to run without any change? |
Hi @julianocosta89 , Logs for imageprovider kubectl logs opentelemetry-demo-imageprovider-7c94b8875c-grdvs -n otel-demo
Logs for frauddetectionservice
|
I can't reproduce the error on my end, but I googled the error and it seems to be something related to IPv6: Regarding frauddetection though, from the logs it seems it is running fine. We even have orders being processed. |
Hello Team,
We are deploying demo app using
kubectl apply
.But
opentelemetry-demo-frontendproxy
giving below error. Attached is the details pod log. The yaml file I am usingI am using
Ubuntu 22.04.5 LTS
k3s version v1.31.4+k3s1
[2025-01-27 08:09:20.509][8][info][main] [source/server/server.cc:432] envoy.config_mux: envoy.config_mux.delta_grpc_mux_factory, envoy.config_mux.grpc_mux_factory, envoy.config_mux.new_grpc_mux_factory, envoy.config_mux.sotw_grpc_mux_factory [2025-01-27 08:09:20.519][8][critical][main] [source/server/server.cc:414] error initializing config ' envoy.yaml': Proto constraint validation failed (BootstrapValidationError.StaticResources: embedded message failed validation | caused by StaticResourcesValidationError.Clusters[5]: embedded message failed validation | caused by ClusterValidationError.LoadAssignment: embedded message failed validation | caused by ClusterLoadAssignmentValidationError.Endpoints[0]: embedded message failed validation | caused by LocalityLbEndpointsValidationError.LbEndpoints[0]: embedded message failed validation | caused by LbEndpointValidationError.Endpoint: embedded message failed validation | caused by EndpointValidationError.Address: embedded message failed validation | caused by AddressValidationError.SocketAddress: embedded message failed validation | caused by SocketAddressValidationError.Address: value length must be at least 1 characters):
frontendproxy-pod_logs.txt
There are other pods also not coming up. Are all interrelated ?
NAME READY STATUS RESTARTS AGE opentelemetry-demo-accountingservice-776654b9f-wf5hq 1/1 Running 0 57m opentelemetry-demo-adservice-7698678c9-96x8d 1/1 Running 0 57m opentelemetry-demo-cartservice-6959789c8d-grt6c 1/1 Running 0 57m opentelemetry-demo-checkoutservice-7d44b97f97-nh4f5 1/1 Running 0 57m opentelemetry-demo-currencyservice-5598d9c4f-7t7lz 1/1 Running 0 57m opentelemetry-demo-emailservice-557c447648-f6czt 1/1 Running 0 57m opentelemetry-demo-flagd-7f5c9b7875-qn47m 1/1 Running 0 57m opentelemetry-demo-frauddetectionservice-8bc759b5b-cnp4j 0/1 CrashLoopBackOff 13 (5m9s ago) 57m opentelemetry-demo-frontend-7b4b4c5585-gj56h 1/1 Running 0 57m opentelemetry-demo-frontendproxy-5d99f9d5bb-rkr2x 0/1 CrashLoopBackOff 15 (4m58s ago) 57m opentelemetry-demo-grafana-c4f5d8bb8-rlnxh 1/1 Running 0 57m opentelemetry-demo-grafana-test 0/1 Error 0 56m opentelemetry-demo-imageprovider-7c94b8875c-vgjqc 0/1 CrashLoopBackOff 15 (4m31s ago) 56m opentelemetry-demo-jaeger-7d6cb5dd87-tdshh 1/1 Running 0 57m opentelemetry-demo-kafka-84d55469c9-pz6pd 1/1 Running 0 56m opentelemetry-demo-loadgenerator-c6f76fb4f-p9pzv 1/1 Running 0 56m opentelemetry-demo-otelcol-69dddd9586-8xg2t 1/1 Running 0 57m opentelemetry-demo-paymentservice-65fd87c78f-hn4ld 1/1 Running 0 56m opentelemetry-demo-productcatalogservice-7f58968db4-r8qpf 1/1 Running 0 56m opentelemetry-demo-prometheus-server-5b6995c858-t692x 1/1 Running 0 57m opentelemetry-demo-quoteservice-6c87b7b46d-rfh29 1/1 Running 0 56m opentelemetry-demo-recommendationservice-86d4d9c599-9z4wd 1/1 Running 0 56m opentelemetry-demo-shippingservice-6cf99559fb-nt2bl 1/1 Running 0 56m opentelemetry-demo-valkey-f9cf475b6-tt4fj 1/1 Running 0 56m otel-demo-opensearch-0 1/1 Running 0 56m
The text was updated successfully, but these errors were encountered: