1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 08:27:05 +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

@ -12,8 +12,8 @@ DESCRIPTION
(BETA) 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.
instances in the group. This information is used by Application Load
Balancers and proxy Network Load Balancers.
gcloud beta compute instance-groups unmanaged get-named-ports lists the
named ports (name and port tuples) for an instance group.

View file

@ -10,8 +10,8 @@ DESCRIPTION
(BETA) 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.
instances in the group. This information is used by Application Load
Balancers and proxy Network Load Balancers.
gcloud beta compute instance-groups unmanaged set-named-ports sets the list
of named ports for all instances in an instance group.