作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的最终目标是在容器中安装一个桶,以便使用 google run 进行部署。
为了装载存储桶,我使用了需要特权容器的 gcsfuse。(https://github.com/maciekrb/gcs-fuse-sample 等...)
对于 VirtualMachine,我会使用:
gcloud compute instances create-with-container \
[...] \
--container-privileged
使用谷歌运行时:
gcloud beta run deploy [...]
但是好像没有这个选项。
任何提示将不胜感激。
最佳答案
My final goal is to mount a bucket inside a container to be deployed with google run.
Cloud Run 不支持您尝试执行的操作。
Cloud Run 有一些规则(还有更多):
要在 Cloud Run 中使用 gcs-fuse,需要创建独立于容器状态运行的 TCP 连接。当 Cloud Run 将容器置于 sleep 状态时,您的连接将会失败。
关于google-cloud-platform - 如何在 Google Run 应用程序中安装存储桶?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56997955/
我是一名优秀的程序员,十分优秀!