Skip to content

Commit d445d98

Browse files
committed
edits
1 parent 65207af commit d445d98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/nginx-one/workshops/lab5/upgrade-nginx-plus-to-latest-version.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Make sure you have:
7575
restart: always
7676
```
7777
78-
> Tip: If you use VS Code, highlight lines 74–95 and press `Ctrl` + `/` to uncomment them.
78+
{{< call-out "note" "Tip" "" >}} If you use VS Code, highlight lines 74–95 and press `Ctrl` + `/` to uncomment them. {{< /call-out >}}
7979

8080
3. Restart your containers:
8181

@@ -88,7 +88,7 @@ Make sure you have:
8888
6. Select that instance and verify it runs the latest versions of NGINX Plus and NGINX Agent.
8989
7. The `$NAME-plus4` container was added to the `$NAME-sync-group` config sync group and inherited the shared config.
9090

91-
> **Tip:** Because new containers in a sync group automatically pick up the shared config, you get a consistent, tested setup across versions. You can shift traffic to the new container one at a time for a safer, zero-downtime upgrade, and avoid any manual copy-and-paste steps.
91+
{{< call-out "note" "Tip" "" >}} Because new containers in a sync group automatically pick up the shared config, you get a consistent, tested setup across versions. You can shift traffic to the new container one at a time for a safer, zero-downtime upgrade, and avoid any manual copy-and-paste steps. {{< /call-out >}}
9292

9393
### Exercise A2: Delete unavailable containers
9494

@@ -98,7 +98,7 @@ When you recreate containers, they re-register in the NGINX One Console. Use the
9898
2. Select **Add filter > Availability > Unavailable**.
9999
3. Check the boxes next to the unavailable hosts.
100100
4. Select **Delete selected**, then confirm.
101-
5. Remove the filter to view the full list again.
101+
5. Remove the filter: Hover over the **Availability is Unavailable** filter tag, then select **X** to clear it and show all instances again.
102102

103103
<span style="display: inline-block;">
104104
{{< img src="nginx-one/images/unavailable-instances.png"

0 commit comments

Comments
 (0)