Andrew Rynhard 05ac636ad0
chore: move website to netlify (#482)
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-04-03 21:19:56 -07:00

776 B

title, date, draft, weight, menu
title date draft weight menu
Google Cloud 2019-2-19 false 20
main
parent weight
examples 20

First, create the Google Cloud compatible image:

make image-gcloud

Upload the image with:

gsutil cp /path/to/talos/build/gcloud/talos.tar.gz gs://<gcloud bucket name>

Create a custom google cloud image with:

gcloud compute images create talos --source-uri=gs://<gcloud bucket name>/talos.tar.gz --guest-os-features=VIRTIO_SCSI_MULTIQUEUE

Create an instance in google cloud, making sure to create a user-data key in the "Metadata" section, with a value of your full talos node configuration.

{{% note %}} Further exploration is needed to see if we can use the "Startup script" section instead. {{% /note %}}