mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-19 10:30:41 +03:00
remove brackets
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user