Aya Igarashi

Results 5 comments of Aya Igarashi

hi @asiacitrus, thanks for creating the issue. tcardgen render the title in a bold font by default, so you have two options. **Option 1**: prepare the bold font The font...

Thanks for the sample text. I understand its problem and searched about it, but unfortunately, Golang standard library does not support Arabic, so it seems not easy to support it...

It's not an official component, but we put the metrics adapter router between the apiserver and adapters

Sorry, it's not open-source because the routing logic is closely tied to internal resource allocation. The design is straightforward. It simply forwards requests received from the apiserver to the adapter...

@zroubalik here is the nginx.conf using for routing metrics request from apiserver to each adapter: nginx.conf ``` events { worker_connections 1024; } http { access_log /dev/stdout; error_log /dev/stderr; # Add...