mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -121,11 +121,11 @@ OPTIONAL FLAGS
|
|||
default, use --no-guest-environment to disable.
|
||||
|
||||
--guest-os-features=[GUEST_OS_FEATURE,...]
|
||||
This parameter enables one or more features for VM instances that use
|
||||
the image for their boot disks. See
|
||||
https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features
|
||||
for descriptions of the supported features. GUEST_OS_FEATURE must be
|
||||
(currently only one value is supported): UEFI_COMPATIBLE.
|
||||
Enables one or more features for VM instances that use the image for
|
||||
their boot disks. See the descriptions of supported features at:
|
||||
https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features.
|
||||
GUEST_OS_FEATURE must be (currently only one value is supported):
|
||||
UEFI_COMPATIBLE.
|
||||
|
||||
--hostname=HOSTNAME
|
||||
Specify the hostname of the VM instance to be imported. The specified
|
||||
|
|
@ -166,10 +166,10 @@ OPTIONAL FLAGS
|
|||
--os=OS
|
||||
Specifies the OS of the image being imported. OS must be one of:
|
||||
centos-7, debian-10, debian-11, debian-8, debian-9, opensuse-15,
|
||||
rhel-6, rhel-6-byol, rhel-7, rhel-7-byol, rhel-8, rhel-8-byol, rocky-8,
|
||||
sles-12, sles-12-byol, sles-15, sles-15-byol, sles-sap-12,
|
||||
sles-sap-12-byol, sles-sap-15, sles-sap-15-byol, ubuntu-1404,
|
||||
ubuntu-1604, ubuntu-1804, ubuntu-2004, ubuntu-2204,
|
||||
rhel-6, rhel-6-byol, rhel-7, rhel-7-byol, rhel-8, rhel-8-byol, rhel-9,
|
||||
rhel-9-byol, rocky-8, sles-12, sles-12-byol, sles-15, sles-15-byol,
|
||||
sles-sap-12, sles-sap-12-byol, sles-sap-15, sles-sap-15-byol,
|
||||
ubuntu-1404, ubuntu-1604, ubuntu-1804, ubuntu-2004, ubuntu-2204,
|
||||
windows-10-x64-byol, windows-10-x86-byol, windows-11-x64-byol,
|
||||
windows-2008r2, windows-2008r2-byol, windows-2012, windows-2012-byol,
|
||||
windows-2012r2, windows-2012r2-byol, windows-2016, windows-2016-byol,
|
||||
|
|
@ -279,8 +279,10 @@ OPTIONAL FLAGS
|
|||
according to their node affinity labels. A node's affinity labels
|
||||
come from the node template of the group the node is in.
|
||||
|
||||
The file should contain a list of a JSON/YAML objects with the
|
||||
following fields:
|
||||
The file should contain a list of a JSON/YAML objects. For an
|
||||
example, see
|
||||
https://cloud.google.com/compute/docs/nodes/provisioning-sole-tenant-vms#configure_node_affinity_labels.
|
||||
The following list describes the fields:
|
||||
|
||||
key
|
||||
Corresponds to the node affinity label keys of the Node resource.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue