We are trying to run portworx on kubernetes installed on-premise and try to connect to VMWare for storage, followed instruction on this page: https://docs.portworx.com/cloud-references/auto-disk-provisioning/vsphere/#limiting-storage-nodes.
Portworx daemonset failed to start with following error:
@automate portworx[6536]: time=“2019-06-11T19:14:54Z” level=error msg=“open etcd-ca.crt: no such file or directory” func=InitAndBoot package=boot
@automate portworx[6536]: time=“2019-06-11T19:14:54Z” level=error msg=“open etcd-ca.crt: no such file or directory”
The etcd certs are mounted from kubernetes secret and it is under /etc/pwx/etcdcacerts folder inside the pod.
Not sure why this is happening.
Can anyone help?
Thanks,
Tiger