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.