mirror of https://github.com/hashicorp/consul
hid copy fn for codeblocks that don't need it
parent
195ec096bb
commit
ac04a1251f
|
@ -99,6 +99,8 @@ Ensure that the following requirements are met prior to upgrading:
|
|||
|
||||
After completing this step, you will have a list of all routes similar to the following:
|
||||
|
||||
<CodeBlockConfig hideClipboard>
|
||||
|
||||
```yaml
|
||||
example-http-route:
|
||||
- namespace: example-namespace
|
||||
|
@ -118,6 +120,7 @@ Ensure that the following requirements are met prior to upgrading:
|
|||
name: web-backend
|
||||
namespace: gateway-namespace
|
||||
```
|
||||
</CodeBlockConfig>
|
||||
|
||||
Skip to [step 8](#step-8) if your list is empty.
|
||||
<a name="jq-command"/>
|
||||
|
@ -132,6 +135,8 @@ Ensure that the following requirements are met prior to upgrading:
|
|||
|
||||
The output will resemble the following response if routes that require a new `ReferencePolicy` are returned:
|
||||
|
||||
<CodeBlockConfig hideClipboard>
|
||||
|
||||
```log
|
||||
{
|
||||
"name": "example-http-route",
|
||||
|
@ -160,6 +165,7 @@ Ensure that the following requirements are met prior to upgrading:
|
|||
}
|
||||
}
|
||||
```
|
||||
</CodeBlockConfig>
|
||||
|
||||
If your output is empty, skip to [step 8](#step-8).
|
||||
<a name="create-reference-policy"/>
|
||||
|
|
Loading…
Reference in New Issue