mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Apr 20 08:58:18 UTC 2022
This commit is contained in:
parent
9dcb91c709
commit
72862dfe28
204 changed files with 3253 additions and 457 deletions
|
|
@ -9,7 +9,13 @@ SYNOPSIS
|
|||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta app instances ssh lets you remotely log in to your
|
||||
running App Engine Flexible instances.
|
||||
running App Engine Flexible instances under two conditions:
|
||||
▪ The instance is running.
|
||||
▪ The instance has an external IP address. To check from the Cloud
|
||||
Console, go to the Instances page and confirm that there is an IP
|
||||
address listed in the VM IP column. To check from your app.yaml, open
|
||||
your app.yaml and look at the network settings. The instance_ip_mode
|
||||
field must be either not listed or set to external.
|
||||
|
||||
gcloud beta app instances ssh resolves the instance's IP address and
|
||||
pre-populates the VM with a public key managed by gcloud. If the gcloud
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue