美文网首页学习空间K8s
rancher 部署openebs使用openebs-hostp

rancher 部署openebs使用openebs-hostp

作者: fengshunli | 来源:发表于2021-10-09 12:31 被阅读0次

    失败提示


    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

    相关文章

      网友评论

        本文标题:rancher 部署openebs使用openebs-hostp

        本文链接:https://www.haomeiwen.com/subject/gprqoltx.html