icefed

Results 8 comments of icefed

Anyone can fix it? I need this too. ``` option (gogoproto.protosizer_all) = true; option (gogoproto.sizer_all) = false; ``` No matter, enable protosizer and disable sizer works for me.

> I had a similar issue with another QL extension for webp and found that in my case Pixelmator interfered with it. The instructions here https://github.com/Nyx0uf/qlImageSize#limitations solved the issue for...

Hi, @thardie did you use Loadbalancer to public service? I have the same issue when I use DSR mode with metallb in layer2. Loadbalancer not supported in code, I add...

Remove `enableServiceLinks` then deploy stolon is fine, mybe we can update k8s client version and try again. And `enableServiceLinks` added sine kubernetes 1.13 https://github.com/kubernetes/kubernetes/pull/68754

ProcMount added to SecurityContext since kubernetes 1.12 https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.12.md#new-features

Debug is ok, but I think it should logging only on status changed.

News: Add `/opt/homebrew/bin` or your `git-lfs` path in `obsidian-git` setting `Additional PATH environment variable paths` can solve this. > `obsidian-git` don't use my zsh $PATH.

https://github.com/icefed/gpushare-scheduler-extender/tree/feat-strategy-spread spread strategy. set env `NODE_GPU_DEVS_SCHEDULE_STRATEGY=spread` to use.