Kubernetes Pod Warning: 1 node(s) had volume node affinity conflict

前端 未结 7 3890
一向
一向 2020-12-14 14:24

I try to set up Kubernetes cluster. I have Persistent Volume, Persistent Volume Claim and Storage class all set-up and running but when I wan to create pod from deployment,

7条回答
  •  庸人自扰
    2020-12-14 14:49

    almost same problem described here... https://github.com/kubernetes/kubernetes/issues/61620

    "If you're using local volumes, and the node crashes, your pod cannot be rescheduled to a different node. It must be scheduled to the same node. That is the caveat of using local storage, your Pod becomes bound forever to one specific node."

提交回复
热议问题