1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 00:18:35 +00:00

gcloud: Wed Jul 26 10:48:49 UTC 2023

This commit is contained in:
Automated 2023-07-26 10:48:49 +00:00
parent 64e67b443c
commit 4558a00e48
204 changed files with 2787 additions and 1591 deletions

View file

@ -11,7 +11,8 @@ DESCRIPTION
Named ports are key:value pairs metadata representing the service name and
the port that it's running on. Named ports can be assigned to an instance
group, which indicates that the service is available on all instances in
the group. This information is used by the HTTP Load Balancing service.
the group. This information is used by Application Load Balancers and proxy
Network Load Balancers.
gcloud compute instance-groups unmanaged get-named-ports lists the named
ports (name and port tuples) for an instance group.

View file

@ -10,7 +10,8 @@ DESCRIPTION
Named ports are key:value pairs metadata representing the service name and
the port that it's running on. Named ports can be assigned to an instance
group, which indicates that the service is available on all instances in
the group. This information is used by the HTTP Load Balancing service.
the group. This information is used by Application Load Balancers and proxy
Network Load Balancers.
gcloud compute instance-groups unmanaged set-named-ports sets the list of
named ports for all instances in an instance group.