Yarden Shoham

Results 52 comments of Yarden Shoham

Any update on this? I can't figure out how to install the helm chart without https

Were you able to install the helm chart with security disabled?

I'd say #317 is not a blocker but #1187 is a blocker. I have used `-d` with `--rm` before.

> This was an early request in the Docker engine and finally was added in v1.13.0 (2016) by moving the handling of `--rm` to the daemon side; curious whether an...

I looked a bit into this. In the Docker implementation, only one call to the daemon happens. Here: https://github.com/docker/cli/blob/3dad26ca2d418092b8c4e01b03d0455d583bec86/cli/command/container/list.go#L122 In the nerdctl implementation, we make `O(n)` calls to `c.Spec` to...

Seeing as we don't do upgrade checks in development builds, this can be closed. #494 closes this. https://github.com/kubernetes-sigs/krew/blob/f9772a92863cbedc0de118a06a1a231441786bb4/cmd/krew/cmd/root.go#L130

I ended up using https://oauth2-proxy.github.io/oauth2-proxy/ instead. It supports wildcards.