Skip to content

Commit

Permalink
while i'm here, fix these block delimiters
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana committed Jun 5, 2024
1 parent 570353c commit 84faad4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/how-to-run.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ An IP pool is needed to provide external connectivity to Instances. The address

Here we will first create an ip pool for the recovery silo:
[source,console]
---
----
$ oxide api /v1/system/ip-pools --method POST --input - <<EOF
{
"name": "default",
Expand All @@ -559,11 +559,11 @@ EOF
"time_created": "2024-01-16T22:51:54.679751Z",
"time_modified": "2024-01-16T22:51:54.679751Z"
}
---
----

Now we will associate the pool with the recovery silo.
[source,console]
---
----
$ oxide api /v1/system/ip-pools/default/silos --method POST --input - <<EOF
{
"silo": "recovery",
Expand All @@ -577,7 +577,7 @@ EOF
"is_default": true,
"silo_id": "5c0aca09-d7ee-4be6-b7b1-060655659f74"
}
---
----

Now we will add an address range to the recovery silo:

Expand Down

0 comments on commit 84faad4

Please sign in to comment.