Skupper router goes into crashloop and never recovers, The only way to recover is by deleting all the exposed skupper services, Uninstalling skupper and reinstalling it fresh again,
I am not quite confident on when this occurs but i think this happens when a Resource like deployment which has multiple ports is exposed by skupper multiple time using different names.
For example:
1. Deploy httpd as a deployment and expose 8443and 8080 port
2. skupper expose deployment httpd --address httpd1 --port 8443,8080
3. skupper expose deployment httpd --address httpd2 --port 8443,8080
- crash dump attached