Dashboard
Upon logging in you will be presented with the Omni dashboard.Download the Image
First, download the GCP image from the Omni portal by clicking on the âDownload Installation Mediaâ button. Now, click on the âOptionsâ dropdown menu and search for the âGCPâ option. Notice there are two options: one foramd64
and another for arm64
. Select the appropriate option for the machine you are registering. Now that you have selected the GCP option for the appropriate architecture, click the âDownloadâ button.
Upload the Image
In the Google Cloud console, navigate toBuckets
under the Cloud Storage
menu, and create a new bucket with the default. Click on the bucket in the Google Cloud console, click Upload Files
, and select the image download from the Omni console.
Convert the Image
In the Google Cloud console selectImages
under the Compute Engine
menu, and then Create Image
. Name your image (e.g. Omni-talos-1.7.6), then select the Source as Cloud Storage File
. Click Browse
in the Cloud Storage File field and navigate to the bucket you created. Select the image you uploaded. Leave the rest of the options at their default and click Create
at the bottom.
Create a GCP Instance
In Google Cloud console selectVM instances
under the Compute Engine
menu. Now select Create Instance
. Name your instance, and select a region and zone. Under âMachine Configurationâ, ensure your instance has at least 4GB of memory. In the Boot Disk
section, select Change
and then select Custom Images
. Select the image created in the previous steps. Now, click Create
at the bottom to create your instance.