Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 minikube 中创建容量为 50Mi 的持久卷。Pod 声称它但是当内容的大小增加到超过 50Mi 并且没有错误时。kubernetes 或 minikube 有问题吗?或者这是因为我没有使用固定大小的卷,即(天蓝色磁盘等)
请找到附件图片
这不是错误,这是设计使然。minigube 中的这些 PV 更大,kubernetes 不以任何方式负责设置存储配额。较大的 PV 满足较小的 PVC 最低要求,仅此而已。