Yamamoto, Hirotaka

Results 27 issues of Yamamoto, Hirotaka

## Description Currently, we need to manually create a tag and push it to create new releases. Automate this. ## Initiative / Motivation It's tedious that we need manual operations...

Epic

We have been using nilerr happily for a long time. Thank you for maintaining this! Today, we upgraded Go version from 1.16 to 1.17 in https://github.com/cybozu-go/moco . Unfortunately, nilerr built...

yrmcds sometimes outputs too many warnings for a short period. It is nice that yrmcds does not output the same warnings for some duration.

enhancement

Because yrmcds is a Linux application, it is rather simple to enable server-side TCP Fast Open. 1. `sudo sysctl -w net.ipv4.tcp_fastopen=3` 2. Set `TCP_FASTOPEN` socket option for listening sockets. LWN.net...

enhancement

Although `alignas` was introduced to C++11, it is limited to `max_align_t` length which may be less than the CPU cache line size. The current yrmcds implementation wrongly specify such an...

enhancement

Since 4.11, Linux introduces a new socket option `TCP_FAST_OPEN_CONNECT` to ease implementation of TCP Fast Open. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=19f6d3f3c8422d65b5e3d2162e30ef07c6e21ea2 Real world example in curl: https://github.com/curl/curl/commit/979b012eeb1908e7e3ad13c736fb1dbc73187780 libyrmcds is a TCP client so this...

enhancement

Short Answer: maxconn can limit the exact number of connections to the backend servers. Long Answer: [limit_req](http://nginx.org/en/docs/http/ngx_http_limit_req_module.html#limit_req) is the standard nginx module to limit _the rate of requests per second_....

FAQ

### Describe your problem The latest tagged release of `apply-setters` is v0.2.0, which is not a multi-arch image. Since we have a few members using KPT on M1/2/3 Macs, it'd...

enhancement

## What Accurate can propagate any namespace resource between namespaces. While copying the resource, all labels and annotations except for ones that contain `kubernetes.io/` are inherited. https://github.com/cybozu-go/accurate/blob/ae009976539579320acf5765081c0590ca93819d/controllers/propagate.go#L24-L55 In some cases,...

enhancement

## What ~~This is not possible for the time being.~~ This is possible with Kubernetes 1.26 or better. ref: https://github.com/kubernetes/kubernetes/pull/105867 spf13/cobra can auto-generate shell completion rules, so add `completion` subcommand...