如何更改 GKE 持久卷的配置程序以使用 CSI 驱动程序?
我们的 GKE PersistentVolume 是通过 kubernetes.io/gce-pd 进行配置的,但我们希望使用 VolumeSnapshot 拍摄 PV 的快照。文档指出“VolumeSnapshot 支持仅适用于 CSI 驱动程序”。为了使用 VolumeSnapshot,我们需要更改现有 PV 以使用 pd.csi.storage.gke.io CSI 驱动程序。
完成这一改变最有效的方法是什么?
Our GKE PersistentVolumes were provisioned with kubernetes.io/gce-pd, but we want to take snapshots of our PVs using VolumeSnapshot. The documentation states that "VolumeSnapshot support is only available for CSI drivers." In order to use VolumeSnapshot we need to change existing PVs to use the pd.csi.storage.gke.io CSI driver.
What is the most efficient way to accomplish this change?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论