Open ghost opened 3 years ago
2 net citizens.
Got such an error after upgrading ingress-nginx helm chart/nginx version (http2 was enabled by default).
I disabled http2 with use-http2: false
and the error has gone.
Hi,
got the same issue for me. Any news about that ?
Br, Bastien
Hi, I got the same error, WITH and without the cache option. AND I double checked that istio wasn't configured to serve http2 on the docker registry's service. It worked before and suddenly stopped working (maybe because this is a bigger build?), there's enough memory allocated to kaniko and the docker registry and we're running on v1.8.1.
Hi, I got the same error. Switching to the 1.9.1 version fix the problem.
got same error with version v1.9.1-debug
Actual behavior After the build using Kaniko is succeeded it it trying to push the image to Artifactory in our case. But on some of our docker images we get an http2 error:
When using
--cache
the problem seems to be resolved!Expected behavior Pushing the image succesfully to artifactory.
To Reproduce Steps to reproduce the behavior:
--cache
flag