Dave Protasowski
Dave Protasowski
Am I supposed to run cloud-provider-kind with `sudo` ? and it should work
Reading the subsequent comment in the linked thread - it requires `sudo` and `--enable-lb-port-mapping=true`
Though I'm unable to curl the Service LB IP - it doesn't seem to work hmm.
> If you want to use the Service LB IP you can not set that flag Understood. Then it must be something different. I think my WSL2 gets into a...
ok so I have ```sh $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES e9bb90cb3a4f kindest/node:v1.32.0 "/usr/local/bin/entr…" 2 days ago Up 2 days 127.0.0.1:45823->6443/tcp kind-control-plane 9952c14547c6 envoyproxy/envoy:v1.30.1 "/docker-entrypoint.…"...
Docker inspect on the envoy container shows a different IP address `172.18.0.2` - ``` "Networks": { "kind": { "IPAMConfig": null, "Links": null, "Aliases": null, "MacAddress": "02:42:ac:12:00:02", "DriverOpts": null, "NetworkID": "7861de7e728cb4e42331afdf842e6319003aad9a03f618391e30838a6f7d27e8",...
I think the repro steps might then be 1. Create a kind cluster & run cloud-provider-kind 2. Create a Service type=LB 3. Stop the kind cluster and cloud-provider-ind 4. Start...
@rafaeltello Are you continuing work on the queue proxy/activator issues?
@AyushChothe just to confirm you're aware that you can set the `containerPort.name` to `h2c` and it will use http2 cleartext?
cc @houshengbo