现有的PV到新豆荚

发布于 2025-01-22 12:47:44 字数 77 浏览 0 评论 0原文

我有一个带有附有PV的节点中的POD。我的要求是,如果POD降低并在另一个节点中为新创建的POD分配POD,则需要使用现有的PV。那怎么办?

I Have a pod running in a node with an attached pv. My requirement is that I need to use the existing pv, if the pod does down and allocates the pod in another node, for the newly created pod in another node. So what can be done?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猫烠⑼条掵仅有一顆心 2025-01-29 12:47:44

如果您使用的是持久量,那么PV将与POD保持寿命直至寿命,这意味着它将持续pod的重新启动或删除。只能通过删除其部署配置来删除它。

如果您的情况是备份PV上的数据,那就是不同的情况。

If you are using the persistence volume , then pv stays with pod till its life which means it will persists pod's restarts or deletes. It can only be deleted by deleting its deployment config.

If your case is to backup the data on pv , then thats different case.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文