You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2022/07/15 02:37:27 UTC

[GitHub] [openwhisk-deploy-kube] lyudmilalala commented on issue #734: Failed to deploy on k8s because of PersistentVolume

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: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org