mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Jan 25 10:09:52 UTC 2023
This commit is contained in:
parent
1248f773ec
commit
6dc17bdd4a
218 changed files with 6694 additions and 2033 deletions
|
|
@ -73,15 +73,15 @@ OPTIONAL FLAGS
|
|||
none
|
||||
No action
|
||||
refresh
|
||||
Apply the new configuration without stopping instances, if
|
||||
possible. For example, use refresh to apply changes that only
|
||||
affect metadata or additional disks.
|
||||
Apply the new configuration without stopping VMs, if possible. For
|
||||
example, use ``refresh`` to apply changes that only affect metadata
|
||||
or additional disks.
|
||||
restart
|
||||
Apply the new configuration without replacing instances, if
|
||||
possible. For example, stopping instances and starting them again
|
||||
is sufficient to apply changes to machine type.
|
||||
Apply the new configuration without replacing VMs, if possible. For
|
||||
example, stopping VMs and starting them again is sufficient to
|
||||
apply changes to machine type.
|
||||
replace
|
||||
Replace old instances according to the --replacement-method flag.
|
||||
Replace old VMs according to the --replacement-method flag.
|
||||
|
||||
--stateful-disk=[auto-delete=AUTO-DELETE],[device-name=DEVICE-NAME],[mode=MODE],[source=SOURCE]
|
||||
Disks considered stateful by the instance group. Managed instance
|
||||
|
|
|
|||
|
|
@ -45,15 +45,15 @@ OPTIONAL FLAGS
|
|||
none
|
||||
No action
|
||||
refresh
|
||||
Apply the new configuration without stopping instances, if
|
||||
possible. For example, use refresh to apply changes that only
|
||||
affect metadata or additional disks.
|
||||
Apply the new configuration without stopping VMs, if possible. For
|
||||
example, use ``refresh`` to apply changes that only affect metadata
|
||||
or additional disks.
|
||||
restart
|
||||
Apply the new configuration without replacing instances, if
|
||||
possible. For example, stopping instances and starting them again
|
||||
is sufficient to apply changes to machine type.
|
||||
Apply the new configuration without replacing VMs, if possible. For
|
||||
example, stopping VMs and starting them again is sufficient to
|
||||
apply changes to machine type.
|
||||
replace
|
||||
Replace old instances according to the --replacement-method flag.
|
||||
Replace old VMs according to the --replacement-method flag.
|
||||
|
||||
--update-instance
|
||||
Apply the configuration changes immediately to the instance. If you
|
||||
|
|
|
|||
|
|
@ -80,15 +80,15 @@ OPTIONAL FLAGS
|
|||
none
|
||||
No action
|
||||
refresh
|
||||
Apply the new configuration without stopping instances, if
|
||||
possible. For example, use refresh to apply changes that only
|
||||
affect metadata or additional disks.
|
||||
Apply the new configuration without stopping VMs, if possible. For
|
||||
example, use ``refresh`` to apply changes that only affect metadata
|
||||
or additional disks.
|
||||
restart
|
||||
Apply the new configuration without replacing instances, if
|
||||
possible. For example, stopping instances and starting them again
|
||||
is sufficient to apply changes to machine type.
|
||||
Apply the new configuration without replacing VMs, if possible. For
|
||||
example, stopping VMs and starting them again is sufficient to
|
||||
apply changes to machine type.
|
||||
replace
|
||||
Replace old instances according to the --replacement-method flag.
|
||||
Replace old VMs according to the --replacement-method flag.
|
||||
|
||||
--remove-stateful-disks=DEVICE_NAME,[DEVICE_NAME,...]
|
||||
Remove stateful configuration for the specified disks from the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue