mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 17:58:57 +03:00
Update 03-compute-resources.md
Updated with latest version of output returned by the `gcloud compute addresses list...` command example
This commit is contained in:
@@ -86,8 +86,8 @@ gcloud compute addresses list --filter="name=('kubernetes-the-hard-way')"
|
|||||||
> output
|
> output
|
||||||
|
|
||||||
```
|
```
|
||||||
NAME REGION ADDRESS STATUS
|
NAME ADDRESS/RANGE TYPE PURPOSE NETWORK REGION SUBNET STATUS
|
||||||
kubernetes-the-hard-way us-west1 XX.XXX.XXX.XX RESERVED
|
kubernetes-the-hard-way XX.XXX.XXX.XX EXTERNAL us-west1 RESERVED
|
||||||
```
|
```
|
||||||
|
|
||||||
## Compute Instances
|
## Compute Instances
|
||||||
|
|||||||
Reference in New Issue
Block a user