Anthony Scalisi

Results 82 comments of Anthony Scalisi

@DarthSim any chance? 😅

It seems that placing an `override.yaml` in `~/Library/Application Support/rancher-desktop/lima/_config` doesn't work as the directory gets wiped/reset by Rancher.

Gotcha, I tried creating an `override.yaml` in `~/Library/Application Support/rancher-desktop/lima/_config` with: ```yaml ssh: loadDotSSHPubKeys: true forwardAgent: true ``` Then tried to restart the Lima VM: ``` LIMA_HOME="$HOME/Library/Application Support/rancher-desktop/lima" "/Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl" stop...

Indeed, doing by hand is not recommended (needed to restart Docker daemon). Thanks for the quick help. I'll move to the discussion above regarding ssh-agent issues.

Related to #5063 we would also need to have "dynamic" headers (like `msec` one in Nginx) not only static ones.

For the 2nd question, I think the "og" one supports it but not this "version" if I'm correct: https://haproxy-ingress.github.io/docs/configuration/keys/#backend-server-naming I wonder if that feature could be implemented 🙌

I'd not mind going through some PRs in my spare time but prioritising Ubuntu ones.

It would make more sense to be able to pass whatever you want to git cli instead of rewriting some/all the arguments for all corner cases.

@bryanwb any chance to look at this please?