将操作系统上传到Google Compute Engine

时间:2018-12-09 01:11:22

标签: google-cloud-platform google-compute-engine

当我看到免费说"... or User Provided OS"时,我正在查看计算器上的价格。我想知道如何将操作系统上传到Google Compute Engine。

2 个答案:

答案 0 :(得分:0)

有多种方法可以将自定义实例导入/迁移到GCP。两种可能且流行的解决方案要么是通过Velostrata迁移,要么是使用CloudEndure

答案 1 :(得分:0)

要将启动磁盘映像上传或导入到Compute Engine,您可以使用以下过程:

  1. 计划您的导入路径。在上载启动磁盘映像之前,您必须确定要在哪里准备引导磁盘映像,以及在Compute Engine环境中启动该映像之后如何连接该映像。

  2. 准备好启动盘,使其可以在Compute Engine环境中启动,以便在启动后可以对其进行访问。

  3. 创建并压缩启动磁盘映像文件。

  4. 将图像文件上传到Google Cloud Storage [1]并将图像作为新的自定义图像导入到Compute Engine [2]。

  5. 使用导入的映像创建虚拟机实例,并确保其正确启动。

  6. 如果该映像无法成功启动,则可以通过将启动磁盘映像附加到另一个实例并重新配置它来解决此问题。

  7. 优化映像[3]并安装Linux Guest Environment [4],以便导入的操作系统映像可以与元数据服务器通信并使用其他Compute Engine功能。

您可以访问此链接,以了解如何将启动磁盘映像导入Compute Engine [5]。

[1] https://cloud.google.com/storage/

[2] https://cloud.google.com/compute/docs/images#custom_images

[3] https://cloud.google.com/compute/docs/images/configuring-imported-images

[4] https://cloud.google.com/compute/docs/images/configuring-imported-images#install_guest_environment

[5] https://cloud.google.com/compute/docs/images/import-existing-image