Closed fmaschler closed 6 years ago
looks like you found a bug. it appears ":443" is being appended to the value of ROUTER_HOST. I will create a PR to fix this.
As said before I adjusted the ROUTER_HOST
variable for the alarmtrigger container. When I attach to it the variable seems correct (172.17.0.1:4433
). Let me know if I can provide any more details.
this issue was resolved by PR #148
When the openwhisk API runs on a different port than 443 it seems that periodic alarms don't work anymore. From the log you can see that the alarm action connects to the default port:
To adjust the port on install I changed the following:
ROUTER_HOST
in the alarmtrigger containerEDGE_HOST
andAPI_HOST
provided to./installCatalog.sh
The installation finished without errors and except from the different port openwhisk runs in default local deployment. Firing a trigger manually works but the cron jobs don't. Any ideas which configuration is missing?