Stano Bocinec

Results 24 comments of Stano Bocinec

Can you try suggestions in this issue https://github.com/brianmario/mysql2/issues/1151#issuecomment-793636884 ? The new version [appears to be released in the near future](https://github.com/brianmario/mysql2/issues/1179).

@fairwood136 / @mrybak-ng Traefik v1 is only a L7/HTTP load balancer/proxy, it can not handle TCP/UDP traffic so it was technically not possible to have neither tcp/53 not udp/53 working...

Hey folks, i've just implemented my self-hosted acme-dns instance into production using the modified version of the `Dockerfile`: https://github.com/joohoi/acme-dns/commit/43c4f1bef8a695ffa7686730dbff9bfa44fd9189 I don't want to create a PR yet as i see...

I got hit by the same issue. After enabling [Finge-grained Access control](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/fgac.html#fgac-walkthrough-basic) for an AWS ES domain and creating a master user with password containing special characters (`[!@#$%^&*()]`) I was...

I experience similar issue. Enabling `containerd` container runtime with any `amazon-eks-ami-1.21` newer than `v20220526` ends up in the nodes unable to join EKS cluster, with the CNI plugin failing with...

@ashuec90 can you please try whether explicitely using `v20220526` version of the AMI image works for you as it helped me? They have updated version of the `containerd` to 1.4.13-3.amzn2...

According to my own experiments, yes, it might be the problem. * `amazon-eks-node-1.21-v20220629` AMI with `containerd: 1.4.13-3.amzn2` :x: doesn't work * `amazon-eks-node-1.21-v20220526` AMI with `containerd: 1.4.13-2.amzn2.0.1` :heavy_check_mark: works So I'm...

Oh, @ashuec90 please disregard all my previous comments. I found, that in my case the culprit was setting the container runtime in a wrong way - ` --container-runtime=containerd` instead of...

@mw-tlhakhan I think it would be good to report this issue and request the AWS CLI upgrade in the Ubuntu `cloud-images` bug tracker https://bugs.launchpad.net/cloud-images that is used to track issues...

Sharing my experience with enabling `nakayoshi_fork` after upgrading our RoR app to puma `v5` (`5.2.2`), running with ruby `2.7.3`: Shortly after enabling the config option in `production` puma config we...