Rob White

Results 5 comments of Rob White

Here are my steps I took to get this working, pieced together from this issue. The [documentation](https://developers.cloudflare.com/support/network/understanding-cloudflare-grpc-support/#limitations) says that grpc is not supported over Cloudflare Tunnels. As @joliveirinha points out,...

> @wimnat Hey! Where do you see that GUI? On the create tunnel Wizard I can't see any http2. It's buried in the public hostname config for the tunnel. Log...

@zirain can you link me `controller-gen` implementation and I can take a look. We need to find whatever is inserting the comments in to the generated yaml because that's where...

What is the process for creating the gateway helm chart on each new release? If you can point me toward the scripts called and/or CI pipeline I can troubleshoot that...

I tracked the root cause down to Helm. I looked at the [Gateway release workflow](https://github.com/envoyproxy/gateway/blob/main/.github/workflows/release.yaml) and ran the `make generate-artifacts IMAGE=envoyproxy/gateway TAG=${{ env.release_tag }} OUTPUT_DIR=release-artifacts` command locally. One of the...