lyudmilalala commented on issue #734:
URL: 
https://github.com/apache/openwhisk-deploy-kube/issues/734#issuecomment-1185107892

   I don't think it is related, but after I changed the `apiHostName` in 
`mycluster.yaml` from `localhost` to the `InternalIP` of my docker desktop k8s 
node to solve some other api server problems, this issue does not occur again.
   
   To find the `InternalIP` of docker desktop k8s node, run `kubectl describe 
node docker-desktop` and find something as below:
   ```
   Addresses:
     InternalIP:  192.168.65.4
     Hostname:    docker-desktop
   ```
   


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