Philip Panyukov
Philip Panyukov
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritise this request * Please do...
**TL;DR**: Prometheus counters use atomic primitives, which is slow. If I didn't do something stupid, the buffered counter implementation gives potenial speedup of 200x in hot loops across multiple goroutines,...
## Describe the bug We are trying to do host-based routing like this: ``` https://service1.example.com => service1 https://service2.example.com => service2 ``` We want to use label selectors to match `Mapping`...
**Is your feature request related to a problem? Please describe.** Many thanks for introducing a much-wanted `--subscription` global argument for all commands! It works **most** of the times :) However,...
### Please provide a brief summary of the bug Something is wrong with SAS keys, maybe they expired? ### Please provide steps to reproduce where possible On Ubuntu 20.04, following...
#### What problem would the feature you're requesting solve? Please describe. Linux Amd64 images running on Apple M1 (ARM64) do not support file system watching due to limitations of the...
**Description**: >Describe the desired behavior, what scenario it enables and how it would be used. Currently when we do `kebectl apply`, the only validation is structural at that point. There...