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-449908212
 
 
   @dgrove-oss, I am currently using the kubernetes container factory as 
specified in the 3rd alternative in the link you provided.
   
   Something I have noticed, is that the put request on the default namespace 
is successful, however, the post request on the whisk.system namespace fails 
with a 502
   
   [PUT] - 
https://localhost:31001/api/v1/namespaces/_/triggers/every-20-seconds?overwrite=false
 
   
   - response code : 200
   
   [POST]       
https://localhost:31001/api/v1/namespaces/whisk.system/actions/alarms/alarm?blocking=true&result=false
   
   - response code : 502
   
   - response body :
   
   
`{"activationId":"5539a77f1e704db1b9a77f1e70cdb13e","annotations":[{"key":"limits","value":{"concurrency":1,"logs":10,"memory":256,"timeout":60000}},{"key":"path","value":"whisk.system/alarms/alarm"},{"key":"kind","value":"nodejs:6"},{"key":"waitTime","value":68}],"duration":3204,"end":1545801173860,"logs":[],"name":"alarm","namespace":"guest","publish":false,"response":{"result":{"error":{"error":"Trigger
 authentication request failed.","message":"Unknown Error From API: connect 
ECONNREFUSED 127.0.0.1:31001"}},"status":"application 
error","success":false},"start":1545801170656,"subject":"guest","version":"0.0.1"}`

----------------------------------------------------------------
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