remove brackets

pull/758/head
redsoxfantom 2024-01-29 10:38:12 -05:00
parent 5837e6796d
commit 70a48c92f7
1 changed files with 20 additions and 22 deletions

View File

@ -379,7 +379,6 @@ In this section you will provision an external load balancer to front the Kubern
Create the external load balancer network resources:
```
{
KUBERNETES_PUBLIC_ADDRESS=$(gcloud compute addresses describe kubernetes-the-hard-way \
--region $(gcloud config get-value compute/region) \
--format 'value(address)')
@ -405,7 +404,6 @@ Create the external load balancer network resources:
--ports 6443 \
--region $(gcloud config get-value compute/region) \
--target-pool kubernetes-target-pool
}
```
### Verification