Corrected syntax
parent
68965ace6f
commit
a817be7b1e
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue