简体   繁体   中英

kubernetes: Mount hostpath volume after pod start

在kubernetes中,有没有一种方法可以在pod启动后挂载hostPath卷

There is no way to add a volume to a running Docker container, so Kubernetes has no way to add a volume to a running Pod. Modifying the Pod to include a new hostPath volume will recreate the container(s) in the Pod and mount the volumes as specified.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM