失敗提示
image.png
官方解釋
If you are using Jiva or Local PV for provisioning OpenEBS volume, Add extra_binds under kubelet service in cluster YAML. If the volume is using a mounted path on the host, then you must add the mounted path under extra_binds section
解決方法悯蝉,給集群kubelet添加extra_binds即可
services:
kubelet:
extra_binds:
- "/var/openebs/local:/var/openebs/local"
image.png
參加鏈接
https://docs.openebs.io/docs/next/prerequisites.html#rancher
https://github.com/openebs/openebs/issues/2767