Corrected syntax

pull/758/head
Tom English 2023-12-21 18:54:53 -05:00
parent 68965ace6f
commit a817be7b1e
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ kubernetes-the-hard-way XX.XXX.XXX.XXX EXTERNAL us-west1
```
az network public-ip create \
--name kubernetes-the-hard-way \
--allocation-method Static
--allocation-method Static \
--version IPv4
```