mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Oct 23 10:01:22 UTC 2024
This commit is contained in:
parent
694f6671d0
commit
fc66f7f0ca
249 changed files with 5410 additions and 11408 deletions
|
|
@ -144,14 +144,9 @@ FLAGS
|
|||
The number of instances is fixed to a provided config value.
|
||||
|
||||
--service-account=SERVICE_ACCOUNT
|
||||
Service account associated with the revision of the service. The
|
||||
service account represents the identity of the running revision, and
|
||||
determines what permissions the revision has. For the managed platform,
|
||||
this is the email address of an IAM service account. For the
|
||||
Kubernetes-based platforms (gke, kubernetes), this is the name of a
|
||||
Kubernetes service account in the same namespace as the service. If not
|
||||
provided, the revision will use the default service account of the
|
||||
project, or default Kubernetes namespace service account respectively.
|
||||
the email address of an IAM service account associated with the
|
||||
revision of the service. The service account represents the identity of
|
||||
the running revision, and determines what permissions the revision has.
|
||||
|
||||
--vpc-egress=VPC_EGRESS
|
||||
Specify which of the outbound traffic to send through Direct VPC egress
|
||||
|
|
@ -279,12 +274,8 @@ FLAGS
|
|||
--cpu=CPU
|
||||
Set a CPU limit in Kubernetes cpu units.
|
||||
|
||||
Cloud Run (fully managed) supports values 1, 2 and 4. For Cloud Run
|
||||
(fully managed), 4 cpus also requires a minimum 2Gi --memory value.
|
||||
Examples 2, 2.0, 2000m
|
||||
|
||||
Cloud Run for Anthos and Knative-compatible Kubernetes clusters
|
||||
support fractional values. Examples .5, 500m, 2
|
||||
Cloud Run supports values fractional values below 1, 1, 2, 4, and
|
||||
8. Some CPU values requires a minimum Memory --memory value.
|
||||
|
||||
--memory=MEMORY
|
||||
Set a memory limit. Ex: 1024Mi, 4Gi.
|
||||
|
|
@ -351,7 +342,7 @@ FLAGS
|
|||
|
||||
--image=IMAGE
|
||||
Name of the container image to deploy (e.g.
|
||||
gcr.io/cloudrun/hello:latest).
|
||||
us-docker.pkg.dev/cloudrun/container/hello:latest).
|
||||
|
||||
--source=SOURCE
|
||||
The location of the source to build. If a Dockerfile is present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue