thunderZH963 opened a new issue, #5336:
URL: https://github.com/apache/openwhisk/issues/5336

   
   
   ## Environment details:
   
   * ansible/local
   * docker-20.10.12
   * ubuntu-20.04
   * aarch64
   
   ## Steps to reproduce the issue:
   
   1.   Deploy openwhisk on local(by ansible): refer to 
https://github.com/apache/openwhisk/tree/master/ansible.
   2.  Maybe some modification has been done to make openwhisk suitable to 
arrch64, but finally, all images were built successfully and related containers 
are all running.
   3.   wsk property set --apihost '172.17.0.1:3233' 
   4.   wsk property set --auth `cat ansible/files/auth.guest`
   5.   create a simple 'hello.js'
   6.   wsk action create hello hello.js
   
   ## Outputs
   ```
   error: Unable to create action 'hello': Put 
"http://172.17.0.1:3233/api/v1/namespaces/_/actions/hello?overwrite=false": 
dial tcp 172.17.0.1:3233: connect: connection refused
   ```
   wsk property set --apihost '172.17.0.1',  wsk property set --apihost 
'172.17.0.1:80', wsk property set --apihost '172.17.0.1:443' were all be tried, 
but failed.
   
   ## 'Docker ps' shows
   
![image](https://user-images.githubusercontent.com/48862662/196191634-ce1d2ca3-9179-43fa-b189-91e94f9fa376.png)
   
   According to my observation, all related containers are running, especially 
the 'nginx'. 
   I can't find which part of my deployment has gone wrong and caused the 
failure of the 'wsk action create'.
   
   I also want to know how I should configure ‘--apihost' for 'wsk' and which 
port to check.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to