Replies: 1 comment
-
|
Thank you, will update the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just to share some notes regarding running netlab on GCP and see if docs should be updated.
It is documented here https://netlab.tools/install/cloud/#google-cloud
However according to Google there are actually two ways to enable it
https://cloud.google.com/compute/docs/instances/nested-virtualization/enabling
assuming you VM is compliant with the restrictions
https://cloud.google.com/compute/docs/instances/nested-virtualization/overview#restrictions
Their page would tell you how to use
gcloudand REST to enable it without creating a custom image,but it is also possible to do it with terraform or opentofu
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_instance#nested_advanced_machine_features
i.e. one just need to add the following into their
resource "google_compute_instance"definitionBeta Was this translation helpful? Give feedback.
All reactions