Vojtech Splichal

Results 6 comments of Vojtech Splichal

If it only one row from many you can workaround with https://clickhouse.tech/docs/en/operations/settings/settings/#settings-input_format_allow_errors_num But it will hide basically all the insert errors. Anyway, in our case, we had multiline inserts where...

Hi, I work together /w @JiriHorky @dbyron0 - `sysctl -a | grep net.ipv4.*eth` on host ``` net.ipv4.conf.eth0.accept_local = 0 net.ipv4.conf.eth0.accept_redirects = 1 net.ipv4.conf.eth0.accept_source_route = 1 net.ipv4.conf.eth0.arp_accept = 0 net.ipv4.conf.eth0.arp_announce =...

BTW why not use: https://github.com/awslabs/amazon-eks-ami/blob/master/files/max-pods-calculator.sh

BTW in legacy podpresets.settings.k8s.io the original ENV from container.spec takes precedence over the definition from podpreset. (At least when compared with k8s 1.10) Thus this [if](https://github.com/redhat-cop/podpreset-webhook/blob/master/pkg/handler/handler.go#L193) actually changes behavior -...

@kdaily any update > @dgomesbr @sarmad-abualkaz - I contacted the EKS team to check in on this and the associated PR. Thanks! PR is open for more that year :crying_cat_face:

DISCLAIMER: not directly related to this PR, just side-note @mai-nguyen-coinhako no hurry, if you are planning to use that with IRSA from EKS you will end up with `AUTH failed:...