mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Aug 3 09:18:38 UTC 2022
This commit is contained in:
parent
3513fd1c11
commit
3b2f526372
151 changed files with 4150 additions and 308 deletions
|
|
@ -13,23 +13,20 @@ DESCRIPTION
|
|||
The troubleshoot command investigates the following settings or
|
||||
configurations for your VM Manager setup:
|
||||
|
||||
+ Checks if the OS Config API is enabled in the project.
|
||||
|
||||
+ Checks if the required metadata is set up correctly in the VM instance.
|
||||
|
||||
+ Checks if the latest version of the OS Config agent is running on the VM
|
||||
instance.
|
||||
|
||||
+ Checks if a service account is attached to the VM instance.
|
||||
|
||||
+ Checks if the VM Manager service agent is enabled.
|
||||
|
||||
+ Checks if the VM instance has a public IP or Private Google Access.
|
||||
▪ Checks if the OS Config API is enabled in the project.
|
||||
▪ Checks if the required metadata is set up correctly in the VM
|
||||
instance.
|
||||
▪ Checks if the latest version of the OS Config agent is running on the
|
||||
VM instance.
|
||||
▪ Checks if a service account is attached to the VM instance.
|
||||
▪ Checks if the VM Manager service agent is enabled.
|
||||
▪ Checks if the VM instance has a public IP or Private Google Access.
|
||||
|
||||
EXAMPLES
|
||||
To troubleshoot an instance named my-instance in zone us-west1-a, run
|
||||
|
||||
$ gcloud alpha compute os-config troubleshoot my-instance \ --zone=us-west1-a
|
||||
$ gcloud alpha compute os-config troubleshoot my-instance \
|
||||
--zone=us-west1-a
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
INSTANCE_NAME
|
||||
|
|
@ -74,5 +71,7 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud compute os-config troubleshoot
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue