Issue with openreplay-ingress-nginx-controller while installation

At the moment, I’ve run into another issue with the OpenReplay installation. It has simply stopped installing using the official instructions from the website.
It gets stuck while configuring openreplay-ingress-nginx-controller and cannot assign an external IP to it

sudo wget https://raw.githubusercontent.com/openreplay/openreplay/main/scripts/helmcharts/openreplay-cli -O /bin/openreplay
sudo chmod +x /bin/openreplay
openreplay -i ss.mysite.com

It will hang for a long time at that step,

ready.go:258: [debug] Service does not have load balancer ingress IP address: app/openreplay-ingress-nginx-controller
ready.go:258: [debug] Service does not have load balancer ingress IP address: app/openreplay-ingress-nginx-controller
ready.go:258: [debug] Service does not have load balancer ingress IP address: app/openreplay-ingress-nginx-controller
ready.go:258: [debug] Service does not have load balancer ingress IP address: app/openreplay-ingress-nginx-controller

and then it uninstalls itself into some unclear/broken state.

For those who encounter this issue: two CPU cores are not enough for openreplay-ingress-nginx-controller to complete within the timeout. It was insufficient both in our data center, on Azure D-series instances, and on AWS t3 instances. With 4 CPU cores, the installation completes successfully.

This has been fixed. Please make sure to pull the changes from the repo and try again.