mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-18 18:10:41 +03:00
remove leading dot
This commit is contained in:
@@ -20,7 +20,7 @@ To make our Kubernetes control plane remotely accessible, a public IP address wi
|
|||||||
VPC_ID=$(aws ec2 create-vpc \
|
VPC_ID=$(aws ec2 create-vpc \
|
||||||
--cidr-block 10.240.0.0/16 \
|
--cidr-block 10.240.0.0/16 \
|
||||||
--output text \
|
--output text \
|
||||||
--query '.Vpc.VpcId')
|
--query 'Vpc.VpcId')
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user