mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Sep 24 11:08:57 UTC 2025
This commit is contained in:
parent
79c9fb4d92
commit
1dea1ef852
168 changed files with 6625 additions and 700 deletions
|
|
@ -44,7 +44,8 @@ SYNOPSIS
|
|||
[--resource-manager-tags=[KEY=VALUE,...]]
|
||||
[--resource-policies=[RESOURCE_POLICY,...]] [--no-restart-on-failure]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm] [--source-instance=SOURCE_INSTANCE]
|
||||
[--shielded-vtpm] [--[no-]skip-guest-os-shutdown]
|
||||
[--source-instance=SOURCE_INSTANCE]
|
||||
[--source-instance-zone=SOURCE_INSTANCE_ZONE] [--stack-type=STACK_TYPE]
|
||||
[--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
[--termination-time=TERMINATION_TIME]
|
||||
|
|
@ -834,6 +835,12 @@ FLAGS
|
|||
about how to modify Shielded VM options, see
|
||||
https://cloud.google.com/compute/docs/instances/modifying-shielded-vm.
|
||||
|
||||
--[no-]skip-guest-os-shutdown
|
||||
If enabled, then, when the instance is stopped or deleted, the instance
|
||||
is immediately stopped without giving time to the guest OS to cleanly
|
||||
shut down. Use --skip-guest-os-shutdown to enable and
|
||||
--no-skip-guest-os-shutdown to disable.
|
||||
|
||||
--source-instance=SOURCE_INSTANCE
|
||||
The name of the source instance that the instance template will be
|
||||
created from.
|
||||
|
|
|
|||
|
|
@ -42,8 +42,9 @@ SYNOPSIS
|
|||
[--provisioning-model=PROVISIONING_MODEL] [--region=REGION]
|
||||
[--resource-policies=[RESOURCE_POLICY,...]] [--no-restart-on-failure]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm] [--stack-type=STACK_TYPE] [--subnet=SUBNET]
|
||||
[--tags=TAG,[TAG,...]] [--address=ADDRESS | --no-address]
|
||||
[--shielded-vtpm] [--[no-]skip-guest-os-shutdown]
|
||||
[--stack-type=STACK_TYPE] [--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
[--address=ADDRESS | --no-address]
|
||||
[--custom-cpu=CUSTOM_CPU --custom-memory=CUSTOM_MEMORY
|
||||
: --custom-extensions --custom-vm-type=CUSTOM_VM_TYPE]
|
||||
[--image-project=IMAGE_PROJECT --image=IMAGE
|
||||
|
|
@ -55,6 +56,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) The option to deploy a container during VM creation using the
|
||||
container startup agent is deprecated. Use alternative services to run
|
||||
containers on your VMs. Learn more at
|
||||
https://cloud.google.com/compute/docs/containers/migrate-containers.
|
||||
|
||||
gcloud compute instance-templates create-with-container creates a Compute
|
||||
Engine virtual machine instance template that runs a container image. To
|
||||
create an instance template named 'instance-template-1' that runs the
|
||||
|
|
@ -720,6 +726,12 @@ FLAGS
|
|||
about how to modify Shielded VM options, see
|
||||
https://cloud.google.com/compute/docs/instances/modifying-shielded-vm.
|
||||
|
||||
--[no-]skip-guest-os-shutdown
|
||||
If enabled, then, when the instance is stopped or deleted, the instance
|
||||
is immediately stopped without giving time to the guest OS to cleanly
|
||||
shut down. Use --skip-guest-os-shutdown to enable and
|
||||
--no-skip-guest-os-shutdown to disable.
|
||||
|
||||
--stack-type=STACK_TYPE
|
||||
Specifies whether IPv6 is enabled on the default network interface. If
|
||||
not specified, IPV4_ONLY will be used. STACK_TYPE must be one of:
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@ COMMANDS
|
|||
Create a Compute Engine virtual machine instance template.
|
||||
|
||||
create-with-container
|
||||
Creates a Compute Engine a virtual machine instance template that runs
|
||||
a Docker container.
|
||||
(DEPRECATED) Creates a Compute Engine a virtual machine instance
|
||||
template that runs a Docker container.
|
||||
|
||||
delete
|
||||
Delete Compute Engine virtual machine instance templates.
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@ SYNOPSIS
|
|||
[--resource-manager-tags=[KEY=VALUE,...]]
|
||||
[--resource-policies=[RESOURCE_POLICY,...]] [--no-restart-on-failure]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm] [--source-instance-template=SOURCE_INSTANCE_TEMPLATE]
|
||||
[--shielded-vtpm] [--[no-]skip-guest-os-shutdown]
|
||||
[--source-instance-template=SOURCE_INSTANCE_TEMPLATE]
|
||||
[--stack-type=STACK_TYPE] [--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
[--target-distribution-shape=SHAPE]
|
||||
[--termination-time=TERMINATION_TIME]
|
||||
|
|
@ -752,6 +753,12 @@ OPTIONAL FLAGS
|
|||
about how to modify Shielded VM options, see
|
||||
https://cloud.google.com/compute/docs/instances/modifying-shielded-vm.
|
||||
|
||||
--[no-]skip-guest-os-shutdown
|
||||
If enabled, then, when the instance is stopped or deleted, the instance
|
||||
is immediately stopped without giving time to the guest OS to cleanly
|
||||
shut down. Use --skip-guest-os-shutdown to enable and
|
||||
--no-skip-guest-os-shutdown to disable.
|
||||
|
||||
--source-instance-template=SOURCE_INSTANCE_TEMPLATE
|
||||
The name of the instance template that the instance will be created
|
||||
from. Users can override fields by specifying other flags.
|
||||
|
|
|
|||
|
|
@ -52,7 +52,8 @@ SYNOPSIS
|
|||
[--resource-manager-tags=[KEY=VALUE,...]]
|
||||
[--resource-policies=[RESOURCE_POLICY,...]] [--no-restart-on-failure]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm] [--source-instance-template=SOURCE_INSTANCE_TEMPLATE]
|
||||
[--shielded-vtpm] [--[no-]skip-guest-os-shutdown]
|
||||
[--source-instance-template=SOURCE_INSTANCE_TEMPLATE]
|
||||
[--source-machine-image=SOURCE_MACHINE_IMAGE]
|
||||
[--source-machine-image-csek-key-file=FILE] [--stack-type=STACK_TYPE]
|
||||
[--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
|
|
@ -934,6 +935,12 @@ FLAGS
|
|||
about how to modify Shielded VM options, see
|
||||
https://cloud.google.com/compute/docs/instances/modifying-shielded-vm.
|
||||
|
||||
--[no-]skip-guest-os-shutdown
|
||||
If enabled, then, when the instance is stopped or deleted, the instance
|
||||
is immediately stopped without giving time to the guest OS to cleanly
|
||||
shut down. Use --skip-guest-os-shutdown to enable and
|
||||
--no-skip-guest-os-shutdown to disable.
|
||||
|
||||
--source-instance-template=SOURCE_INSTANCE_TEMPLATE
|
||||
The name of the instance template that the instance will be created
|
||||
from. An instance template can be a global/regional resource.
|
||||
|
|
|
|||
|
|
@ -52,7 +52,8 @@ SYNOPSIS
|
|||
[--request-valid-for-duration=REQUEST_VALID_FOR_DURATION]
|
||||
[--resource-policies=[RESOURCE_POLICY,...]] [--no-restart-on-failure]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm] [--source-instance-template=SOURCE_INSTANCE_TEMPLATE]
|
||||
[--shielded-vtpm] [--[no-]skip-guest-os-shutdown]
|
||||
[--source-instance-template=SOURCE_INSTANCE_TEMPLATE]
|
||||
[--stack-type=STACK_TYPE] [--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
[--termination-time=TERMINATION_TIME]
|
||||
[--threads-per-core=THREADS_PER_CORE]
|
||||
|
|
@ -72,6 +73,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) The option to deploy a container during VM creation using the
|
||||
container startup agent is deprecated. Use alternative services to run
|
||||
containers on your VMs. Learn more at
|
||||
https://cloud.google.com/compute/docs/containers/migrate-containers.
|
||||
|
||||
gcloud compute instances create-with-container creates Compute Engine
|
||||
virtual machines that runs a Docker image. For example:
|
||||
|
||||
|
|
@ -825,6 +831,12 @@ FLAGS
|
|||
about how to modify Shielded VM options, see
|
||||
https://cloud.google.com/compute/docs/instances/modifying-shielded-vm.
|
||||
|
||||
--[no-]skip-guest-os-shutdown
|
||||
If enabled, then, when the instance is stopped or deleted, the instance
|
||||
is immediately stopped without giving time to the guest OS to cleanly
|
||||
shut down. Use --skip-guest-os-shutdown to enable and
|
||||
--no-skip-guest-os-shutdown to disable.
|
||||
|
||||
--source-instance-template=SOURCE_INSTANCE_TEMPLATE
|
||||
The name of the instance template that the instance will be created
|
||||
from. An instance template can be a global/regional resource.
|
||||
|
|
|
|||
|
|
@ -65,8 +65,8 @@ COMMANDS
|
|||
Create Compute Engine virtual machine instances.
|
||||
|
||||
create-with-container
|
||||
Creates Compute Engine virtual machine instances running container
|
||||
images.
|
||||
(DEPRECATED) Creates Compute Engine virtual machine instances running
|
||||
container images.
|
||||
|
||||
delete
|
||||
Delete Compute Engine virtual machine instances.
|
||||
|
|
@ -184,8 +184,8 @@ COMMANDS
|
|||
Update a Compute Engine virtual machine access configuration.
|
||||
|
||||
update-container
|
||||
Updates Compute Engine virtual machine instances running container
|
||||
images.
|
||||
(DEPRECATED) Updates Compute Engine virtual machine instances running
|
||||
container images.
|
||||
|
||||
update-from-file
|
||||
Update a Compute Engine virtual machine instance using a configuration
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@ SYNOPSIS
|
|||
[--local-ssd-recovery-timeout=LOCAL_SSD_RECOVERY_TIMEOUT]
|
||||
[--maintenance-policy=MAINTENANCE_POLICY] [--min-node-cpu=MIN_NODE_CPU]
|
||||
[--[no-]preemptible] [--provisioning-model=PROVISIONING_MODEL]
|
||||
[--[no-]restart-on-failure] [--zone=ZONE]
|
||||
[--[no-]restart-on-failure] [--[no-]skip-guest-os-shutdown]
|
||||
[--zone=ZONE]
|
||||
[--clear-discard-local-ssds-at-termination-timestamp
|
||||
| --discard-local-ssds-at-termination-timestamp=DISCARD_LOCAL_SSDS_AT_TERMINATION_TIMESTAMP]
|
||||
[--clear-instance-termination-action
|
||||
|
|
@ -102,6 +103,12 @@ FLAGS
|
|||
option is mutually exclusive with --preemptible. Use
|
||||
--restart-on-failure to enable and --no-restart-on-failure to disable.
|
||||
|
||||
--[no-]skip-guest-os-shutdown
|
||||
If enabled, then, when the instance is stopped or deleted, the instance
|
||||
is immediately stopped without giving time to the guest OS to cleanly
|
||||
shut down. Use --skip-guest-os-shutdown to enable and
|
||||
--no-skip-guest-os-shutdown to disable.
|
||||
|
||||
--zone=ZONE
|
||||
Zone of the instance to operate on. If not specified, you might be
|
||||
prompted to select a zone (interactive mode only). gcloud attempts to
|
||||
|
|
|
|||
|
|
@ -24,6 +24,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) The option to deploy a container during VM creation using the
|
||||
container startup agent is deprecated. Use alternative services to run
|
||||
containers on your VMs. Learn more at
|
||||
https://cloud.google.com/compute/docs/containers/migrate-containers.
|
||||
|
||||
gcloud compute instances update-container updates Compute Engine virtual
|
||||
machines that runs a Docker image. For example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue