rredhatt commented on issue #51: how to get this into my current install of 
openwhisk
URL: 
https://github.com/apache/incubator-openwhisk-package-alarms/issues/51#issuecomment-449862326
 
 
   I have a local kubernetes based Openwhisk installation and I am able to 
create and invoke actions correctly. However I am unable to create a periodic 
trigger using alarms. The following command is resulting in the following error:
   
   `
   "error": {
     "error": "Trigger authentication request failed.",
     "message": "Unknown Error From API: connect ECONNREFUSED 127.0.0.1:31001"
   }
   `
   
   `
   wsk -i trigger create five-mins-data --feed /whisk.system/alarms/alarm 
--param cron "*/5 * * * *" --param trigger_payload "{\"tags\": 
[\"test_key\",\"test_value\"]}"
   `
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to