dgrove-oss commented on issue #324:  getsockopt: connection refused causing 
liveness probe fail causing controller crashloop
URL: 
https://github.com/apache/incubator-openwhisk-deploy-kube/issues/324#issuecomment-436797793
 
 
   It works for me; not sure why it is not working for you.  Try passing in the 
auth directly in the command.
   
   ```
   Daves-MBP:helm dgrove$ wsk -i --auth 
789c46b1-71f6-4ed5-8c54-816aa4f8c502:abczO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
 action get /whisk.system/samples/greeting
   ok: got action samples/greeting
   {
       "namespace": "whisk.system/samples",
       "name": "greeting",
       "version": "0.0.1",
       "exec": {
           "kind": "nodejs:6",
           "binary": false
       },
       "annotations": [
           {
               "key": "description",
               "value": "Returns a friendly greeting"
           },
           {
               "key": "sampleLogOutput",
               "value": "2016-03-22T01:07:08.384982272Z stdout: params: { 
place: 'Narrowsburg', payload: 'Cat' }"
           },
           {
               "key": "sampleOutput",
               "value": {
                   "payload": "Hello, Cat from Narrowsburg!"
               }
           },
           {
               "key": "sampleInput",
               "value": {
                   "payload": "Cat",
                   "place": "Narrowsburg"
               }
           },
           {
               "key": "exec",
               "value": "nodejs:6"
           },
           {
               "key": "parameters",
               "value": [
                   {
                       "name": "name",
                       "required": false
                   },
                   {
                       "description": "The string to be included in the return 
value",
                       "name": "place",
                       "required": false
                   }
               ]
           }
       ],
       "limits": {
           "timeout": 60000,
           "memory": 256,
           "logs": 10
       },
       "publish": false
   }
   ```

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