apiserver-network-proxy
apiserver-network-proxy copied to clipboard
Updates the builder image version to 1.18.5 and updates the go modules to mitigate CVEs. The list of vulnerabilities found in the binaries are listed in [comment](https://github.com/kubernetes-sigs/apiserver-network-proxy/issues/372#issuecomment-1208124322). Signed-off-by: Imran Pochi
The gRPC [server KeepAlive params](https://pkg.go.dev/google.golang.org/grpc/keepalive#ServerParameters) include ```go type ServerParameters struct { // MaxConnectionIdle is a duration for the amount of time after which an // idle connection would be closed...
Our lint check in pre-submit is failing with the following error: ``` level=error msg="Running error: buildir: failed to load package goarch: could not load export data: cannot import \"internal/goarch\" (unknown...
It is easy to confuse `pkg/agent/client ` with `konnectivity-client/pkg/client`, especially if you are coming back to the code after a long time or in the middle of debugging session. This...
Observed in https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_apiserver-network-proxy/380/pull-apiserver-network-proxy-test/1557157130442641408 ``` I0810 00:10:08.174060 3793 client.go:134] "stream read failure" I0810 00:10:09.177060 3793 client.go:134] "stream read failure" I0810 00:10:09.180209 3793 client.go:134] "stream read failure" E0810 00:10:14.184675 3793 client.go:134] "stream...
The Proxy Server is authenticated to the agents via its certificate. The KAS (K8s API Server) handles this by dynamically setting the appropriate certificate based on the SNI in the...
Hi @cheftako It seems there are important PRs merged since the last tag to be considered for a new tag: The following PR's have been merged #371 from ncopa/go-1.17.12 #368...
completed 10000 runs in 1h23m51s with 36 failures (0.36%) Ran with `stress ./tests.test -test.cpu=4 -test.run=TestProxyHandle_SlowContext_GRPC` All failures look the same: ``` E0805 02:39:20.068886 3728293 server.go:391] "Stream read from frontend failure"...
completed 10000 runs in 22m52s with 123 failures (1.23%) Ran with `stress ./tests.test -test.cpu=4 -test.run=TestBasicProxy_GRPC` ``` --- FAIL: TestBasicProxy_GRPC (1.46s) leaks.go:78: found unexpected goroutines: [Goroutine 62 in state select, with...