mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 8 10:34:05 UTC 2023
This commit is contained in:
parent
bdaa0b3cfc
commit
29661f002c
111 changed files with 1800 additions and 704 deletions
|
|
@ -220,13 +220,16 @@ REQUIRED FLAGS
|
|||
--static-ip-config-ip-blocks=[gateway=GATEWAY],[ips=IPS],[netmask=NETMASK]
|
||||
Static IP configurations.
|
||||
|
||||
Expect an individual IP address, an individual IP address with an
|
||||
optional hostname, or a CIDR block.
|
||||
|
||||
Example:
|
||||
|
||||
To specify two Static IP blocks,
|
||||
|
||||
$ gcloud gcloud alpha container vmware clusters create
|
||||
--static-ip-config-ip-blocks 'gateway=192.168.0.1,netmask=255.255.255.0,ips=hostname-1:1.1.1.1;hostname-2:2.2.2.2'
|
||||
--static-ip-config-ip-blocks 'gateway=192.168.1.1,netmask=255.255.0.0,ips=hostname-3:3.3.3.3;hostname-4:4.4.4.4'
|
||||
--static-ip-config-ip-blocks 'gateway=192.168.0.1,netmask=255.255.255.0,ips=192.168.1.1;0.0.0.0 localhost;192.168.1.2/16'
|
||||
--static-ip-config-ip-blocks 'gateway=192.168.1.1,netmask=255.255.0.0,ips=8.8.8.8;4.4.4.4'
|
||||
|
||||
Use quote around the flag value to escape semicolon in the
|
||||
terminal.
|
||||
|
|
|
|||
|
|
@ -103,13 +103,16 @@ FLAGS
|
|||
--static-ip-config-ip-blocks=[gateway=GATEWAY],[ips=IPS],[netmask=NETMASK]
|
||||
Static IP configurations.
|
||||
|
||||
Expect an individual IP address, an individual IP address with an
|
||||
optional hostname, or a CIDR block.
|
||||
|
||||
Example:
|
||||
|
||||
To specify two Static IP blocks,
|
||||
|
||||
$ gcloud gcloud alpha container vmware clusters update
|
||||
--static-ip-config-ip-blocks 'gateway=192.168.0.1,netmask=255.255.255.0,ips=hostname-1:1.1.1.1;hostname-2:2.2.2.2'
|
||||
--static-ip-config-ip-blocks 'gateway=192.168.1.1,netmask=255.255.0.0,ips=hostname-3:3.3.3.3;hostname-4:4.4.4.4'
|
||||
--static-ip-config-ip-blocks 'gateway=192.168.0.1,netmask=255.255.255.0,ips=192.168.1.1;0.0.0.0 localhost;192.168.1.2/16'
|
||||
--static-ip-config-ip-blocks 'gateway=192.168.1.1,netmask=255.255.0.0,ips=8.8.8.8;4.4.4.4'
|
||||
|
||||
Use quote around the flag value to escape semicolon in the
|
||||
terminal.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue