envoyproxy / gateway

Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
https://gateway.envoyproxy.io
Apache License 2.0
1.54k stars 329 forks source link

Github action `build-and-test` fails randomly #705

Closed zirain closed 1 year ago

zirain commented 1 year ago

https://github.com/envoyproxy/gateway/actions/runs/3406968389/jobs/5666166782

https://github.com/envoyproxy/gateway/actions/runs/3407232578/jobs/5666696862

https://github.com/envoyproxy/gateway/actions/runs/3407315316/jobs/5666855486

zirain commented 1 year ago
Error from server (InternalError): error when creating "internal/provider/kubernetes/config/samples/gatewayclass.yaml": Internal error occurred: failed calling webhook "validate.gateway.networking.k8s.io": failed to call webhook: Post "[https://gateway-api-admission-server.gateway-system.svc:443/validate?timeout=10s](https://gateway-api-admission-server.gateway-system.svc/validate?timeout=10s)": x509: certificate signed by unknown authority
arkodg commented 1 year ago

could this be related to https://github.com/envoyproxy/gateway/issues/613 ?

zirain commented 1 year ago

I think we should wait job completed, but not 100%

Xunzhuo commented 1 year ago

I think we should wait job completed, but not 100%

Probably right, the cert might not be generated, so the auth is failed.