Add newline

pull/758/head
redsoxfantom 2024-01-29 12:30:18 -05:00
parent 9991a5330c
commit aaa3baf38d
1 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,8 @@ POD_CIDR=$(curl -s -H "Metadata-Flavor: Google" \
```az``` ```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: Create the `bridge` network configuration file: