有没有办法更新 slurm-gcp 中节点使用的图像?

Is there a way to update the image used by node in slurm-gcp?

我在云 shell 中使用 terraform 从 github 安装了 slurm-gcp。

https://github.com/SchedMD/slurm-gcp#install-using-terraform

创建了两个虚拟机。

我在 /apps 中安装了几个应用程序以确认它们存在。

我想编辑节点的 /etc/hosts 并将网络标记(http-server、https-server)添加到 运行 应用程序。

但是没说怎么修改node使用的图片。

有没有办法编辑 slurm 的图像?

谢谢。

从 GCP 上最新版本的 Slurm 开始,镜像由 SchedMD 预先构建和托管,可以直接使用,无需在部署时构建镜像。您可以通过creating your own image继续修改图片。这是通过使用 tfvars 中指向的 public 图像启动 VM、进行修改、保存图像并将 tfvars 指向新图像来完成的。

您可以继续使用脚本目录中的custom compute/controller install scripts