mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-19 10:30:41 +03:00
Add newline
This commit is contained in:
@@ -105,7 +105,8 @@ POD_CIDR=$(curl -s -H "Metadata-Flavor: Google" \
|
||||
|
||||
```az```
|
||||
```
|
||||
POD_CIDR=$(curl -s -H Metadata:true --noproxy "*" "http://169.254.169.254/metadata/instance/compute/tagsList/0/value?api-version=2021-02-01&format=text")
|
||||
POD_CIDR=$(curl -s -H Metadata:true --noproxy "*" \
|
||||
"http://169.254.169.254/metadata/instance/compute/tagsList/0/value?api-version=2021-02-01&format=text")
|
||||
```
|
||||
|
||||
Create the `bridge` network configuration file:
|
||||
|
Reference in New Issue
Block a user