1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Thu Sep 8 09:21:50 UTC 2022

This commit is contained in:
Automated 2022-09-08 09:21:50 +00:00
parent 6749f65ca2
commit e7bec9b31b
Failed to extract signature
154 changed files with 2457 additions and 577 deletions

View file

@ -27,7 +27,8 @@ SYNOPSIS
[--min-cpu-platform=PLATFORM] [--min-node-cpu=MIN_NODE_CPU]
[--network=NETWORK] [--network-interface=[PROPERTY=VALUE,...]]
[--network-performance-configs=[PROPERTY=VALUE,...]]
[--network-tier=NETWORK_TIER] [--preemptible]
[--network-tier=NETWORK_TIER] [--node-project=NODE_PROJECT]
[--preemptible]
[--private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE]
[--private-network-ip=PRIVATE_NETWORK_IP]
[--provisioning-model=PROVISIONING_MODEL]
@ -624,6 +625,10 @@ FLAGS
NETWORK_TIER must be one of: PREMIUM, STANDARD, FIXED_STANDARD. The
default value is PREMIUM.
--node-project=NODE_PROJECT
The name of the project with shared sole tenant node groups to create
an instance in.
--preemptible
If provided, instances will be preemptible and time-limited. Instances
might be preempted to free up resources for standard VM instances, and

View file

@ -7,10 +7,10 @@ SYNOPSIS
[--no-address] [--async] [--byol] [--can-ip-forward]
[--compute-service-account=COMPUTE_SERVICE_ACCOUNT]
[--deletion-protection] [--description=DESCRIPTION]
[--no-guest-environment] [--hostname=HOSTNAME]
[--labels=[KEY=VALUE,...]] [--log-location=LOG_LOCATION]
[--machine-type=MACHINE_TYPE] [--network=NETWORK]
[--network-tier=NETWORK_TIER] [--os=OS]
[--no-guest-environment] [--guest-os-features=[GUEST_OS_FEATURE,...]]
[--hostname=HOSTNAME] [--labels=[KEY=VALUE,...]]
[--log-location=LOG_LOCATION] [--machine-type=MACHINE_TYPE]
[--network=NETWORK] [--network-tier=NETWORK_TIER] [--os=OS]
[--private-network-ip=PRIVATE_NETWORK_IP] [--no-restart-on-failure]
[--subnet=SUBNET] [--tags=TAG,[TAG,...]]
[--timeout=TIMEOUT; default="2h"] [--zone=ZONE]
@ -120,6 +120,13 @@ OPTIONAL FLAGS
The guest environment will be installed on the instance. Enabled by
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.
--hostname=HOSTNAME
Specify the hostname of the VM instance to be imported. The specified
hostname must be RFC1035 compliant. If hostname is not specified, the