Kenjiro Nakayama
Kenjiro Nakayama
**Please describe the problem you have** In e2e test, HTTPRoute's status is not verified after it was created. e.g. https://github.com/projectcontour/contour-operator/blob/fd7f2b3717443bc0ca0d1c496ed5d4d6cd50e513/test/e2e/operator_test.go#L544-L547 The test should verify the `ConditionRouteAdmitted` status.
When service to service test is running, istio-ingressgateway on Kind returns 502 with no such host error. We added retry checker by https://github.com/knative/pkg/pull/2351 but prober should ensure that DNS works...
As per design doc https://docs.google.com/document/d/1yVOGo-j1hI7oCpuWVIi5iBJwX1wKbOzWaV0QNJxCbaY/edit# > Note that we will not support Disabled at least in the beginning because it may break HTTP01 challenge of auto TLS feature. It has...
This patch ran `cargo fix` and fixed the format automatically. It also enabled format check on github action.
### description * When `SSL_CTX_set_max_send_fragment(ctx, 512)` is used on DTLS server side, server failed due to `SSL_accept error = 5` when client tried to connect. * After investigating the issue,...
## In what area(s)? /area API /area monitoring /area networking /kind spec KEP-753 was accepted and will introduce an improvement of the sidecar container pattern. It seems it will be...
README has duplicated pictocp explanation. Please see L#186-192 and L#197-203. This patch removes one of them. Also, this patch adds `/tls/{server,client}-tls-posthsauth` to `.gitignore`, which is missing.