mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Thu Oct 5 11:50:15 UTC 2023
This commit is contained in:
parent
6c60d7f07f
commit
9641ff6585
118 changed files with 2726 additions and 214 deletions
|
|
@ -78,8 +78,8 @@ FLAGS
|
|||
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 one of: GVNIC, MULTI_IP_SUBNET, SEV_CAPABLE,
|
||||
SEV_LIVE_MIGRATABLE, SEV_SNP_CAPABLE, UEFI_COMPATIBLE,
|
||||
VIRTIO_SCSI_MULTIQUEUE, WINDOWS.
|
||||
SEV_LIVE_MIGRATABLE, SEV_LIVE_MIGRATABLE_V2, SEV_SNP_CAPABLE,
|
||||
UEFI_COMPATIBLE, VIRTIO_SCSI_MULTIQUEUE, WINDOWS.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
|
|
|||
|
|
@ -144,8 +144,8 @@ OPTIONAL FLAGS
|
|||
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 one of: GVNIC, MULTI_IP_SUBNET, SEV_CAPABLE,
|
||||
SEV_LIVE_MIGRATABLE, SEV_SNP_CAPABLE, UEFI_COMPATIBLE,
|
||||
VIRTIO_SCSI_MULTIQUEUE, WINDOWS.
|
||||
SEV_LIVE_MIGRATABLE, SEV_LIVE_MIGRATABLE_V2, SEV_SNP_CAPABLE,
|
||||
UEFI_COMPATIBLE, VIRTIO_SCSI_MULTIQUEUE, WINDOWS.
|
||||
|
||||
--key-exchange-key-file=[KEK_VALUE,...]
|
||||
Comma-separated list of file paths that point to X.509 certificates in
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ SYNOPSIS
|
|||
[--accelerator=[count=COUNT],[type=TYPE]] [--no-boot-disk-auto-delete]
|
||||
[--boot-disk-device-name=BOOT_DISK_DEVICE_NAME]
|
||||
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
|
||||
[--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT]
|
||||
[--boot-disk-size=BOOT_DISK_SIZE] [--boot-disk-type=BOOT_DISK_TYPE]
|
||||
[--can-ip-forward] [--confidential-compute]
|
||||
[--configure-disk=[PROPERTY=VALUE,...]]
|
||||
|
|
@ -107,6 +108,10 @@ FLAGS
|
|||
of I/O operations per second that the disk can handle. Value must be
|
||||
between 10,000 and 120,000.
|
||||
|
||||
--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT
|
||||
Indicates how much throughput to provision for the disk. This sets the
|
||||
number of throughput mb per second that the disk can handle.
|
||||
|
||||
--boot-disk-size=BOOT_DISK_SIZE
|
||||
The size of the boot disk. This option can only be specified if a new
|
||||
boot disk is being created (as opposed to mounting an existing
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ SYNOPSIS
|
|||
[--no-boot-disk-auto-delete]
|
||||
[--boot-disk-device-name=BOOT_DISK_DEVICE_NAME]
|
||||
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
|
||||
[--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT]
|
||||
[--boot-disk-size=BOOT_DISK_SIZE] [--boot-disk-type=BOOT_DISK_TYPE]
|
||||
[--can-ip-forward] [--confidential-compute]
|
||||
[--container-arg=CONTAINER_ARG] [--container-command=CONTAINER_COMMAND]
|
||||
|
|
@ -94,6 +95,10 @@ FLAGS
|
|||
of I/O operations per second that the disk can handle. Value must be
|
||||
between 10,000 and 120,000.
|
||||
|
||||
--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT
|
||||
Indicates how much throughput to provision for the disk. This sets the
|
||||
number of throughput mb per second that the disk can handle.
|
||||
|
||||
--boot-disk-size=BOOT_DISK_SIZE
|
||||
The size of the boot disk. This option can only be specified if a new
|
||||
boot disk is being created (as opposed to mounting an existing
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ SYNOPSIS
|
|||
[--no-boot-disk-auto-delete]
|
||||
[--boot-disk-device-name=BOOT_DISK_DEVICE_NAME]
|
||||
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
|
||||
[--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT]
|
||||
[--boot-disk-size=BOOT_DISK_SIZE] [--boot-disk-type=BOOT_DISK_TYPE]
|
||||
[--can-ip-forward] [--confidential-compute] [--count=COUNT]
|
||||
[--create-disk=[PROPERTY=VALUE,...]] [--description=DESCRIPTION]
|
||||
|
|
@ -157,6 +158,10 @@ OPTIONAL FLAGS
|
|||
of I/O operations per second that the disk can handle. Value must be
|
||||
between 10,000 and 120,000.
|
||||
|
||||
--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT
|
||||
Indicates how much throughput to provision for the disk. This sets the
|
||||
number of throughput mb per second that the disk can handle.
|
||||
|
||||
--boot-disk-size=BOOT_DISK_SIZE
|
||||
The size of the boot disk. This option can only be specified if a new
|
||||
boot disk is being created (as opposed to mounting an existing
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ SYNOPSIS
|
|||
[--no-boot-disk-auto-delete]
|
||||
[--boot-disk-device-name=BOOT_DISK_DEVICE_NAME]
|
||||
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
|
||||
[--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT]
|
||||
[--boot-disk-size=BOOT_DISK_SIZE] [--boot-disk-type=BOOT_DISK_TYPE]
|
||||
[--can-ip-forward] [--confidential-compute]
|
||||
[--create-disk=[PROPERTY=VALUE,...]] [--csek-key-file=FILE]
|
||||
|
|
@ -160,6 +161,10 @@ FLAGS
|
|||
of I/O operations per second that the disk can handle. Value must be
|
||||
between 10,000 and 120,000.
|
||||
|
||||
--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT
|
||||
Indicates how much throughput to provision for the disk. This sets the
|
||||
number of throughput mb per second that the disk can handle.
|
||||
|
||||
--boot-disk-size=BOOT_DISK_SIZE
|
||||
The size of the boot disk. This option can only be specified if a new
|
||||
boot disk is being created (as opposed to mounting an existing
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ SYNOPSIS
|
|||
[--no-boot-disk-auto-delete]
|
||||
[--boot-disk-device-name=BOOT_DISK_DEVICE_NAME]
|
||||
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
|
||||
[--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT]
|
||||
[--boot-disk-size=BOOT_DISK_SIZE] [--boot-disk-type=BOOT_DISK_TYPE]
|
||||
[--can-ip-forward] [--confidential-compute]
|
||||
[--container-arg=CONTAINER_ARG] [--container-command=CONTAINER_COMMAND]
|
||||
|
|
@ -117,6 +118,10 @@ FLAGS
|
|||
of I/O operations per second that the disk can handle. Value must be
|
||||
between 10,000 and 120,000.
|
||||
|
||||
--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT
|
||||
Indicates how much throughput to provision for the disk. This sets the
|
||||
number of throughput mb per second that the disk can handle.
|
||||
|
||||
--boot-disk-size=BOOT_DISK_SIZE
|
||||
The size of the boot disk. This option can only be specified if a new
|
||||
boot disk is being created (as opposed to mounting an existing
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@ NAME
|
|||
public delegated prefix
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute public-delegated-prefixes create NAME
|
||||
--public-advertised-prefix=PUBLIC_ADVERTISED_PREFIX --range=RANGE
|
||||
gcloud compute public-delegated-prefixes create NAME --range=RANGE
|
||||
(--public-advertised-prefix=PUBLIC_ADVERTISED_PREFIX
|
||||
| --public-delegated-prefix=PUBLIC_DELEGATED_PREFIX)
|
||||
[--description=DESCRIPTION] [--enable-live-migration]
|
||||
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -20,14 +21,20 @@ POSITIONAL ARGUMENTS
|
|||
Name of the public delegated prefix to operate on.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--public-advertised-prefix=PUBLIC_ADVERTISED_PREFIX
|
||||
Public advertised prefix that this delegated prefix is created from.
|
||||
|
||||
--range=RANGE
|
||||
IPv4 range from this public delegated prefix that should be delegated,
|
||||
in CIDR format. It must be smaller than parent public advertised prefix
|
||||
range.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--public-advertised-prefix=PUBLIC_ADVERTISED_PREFIX
|
||||
Public advertised prefix that this delegated prefix is created from.
|
||||
|
||||
--public-delegated-prefix=PUBLIC_DELEGATED_PREFIX
|
||||
Regional Public delegated prefix that this delegated prefix is
|
||||
created from.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--description=DESCRIPTION
|
||||
Description of this public delegated prefix.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute tpus tpu-vm update (TPU : --zone=ZONE) [--async]
|
||||
[--description=DESCRIPTION] [GCLOUD_WIDE_FLAG ...]
|
||||
[--description=DESCRIPTION] [--internal-ips] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update a Cloud TPU VM node.
|
||||
|
|
@ -57,6 +57,11 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
Text description of the TPU.
|
||||
|
||||
--internal-ips
|
||||
Indicate that the IP addresses for the node should be internal. The
|
||||
default is that external IP addresses will be associated with the TPU
|
||||
workers.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue