You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nginx-one/workshops/lab5/upgrade-nginx-plus-to-latest-version.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Make sure you have:
75
75
restart: always
76
76
```
77
77
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 >}}
79
79
80
80
3. Restart your containers:
81
81
@@ -88,7 +88,7 @@ Make sure you have:
88
88
6. Select that instance and verify it runs the latest versions of NGINX Plus and NGINX Agent.
89
89
7. The `$NAME-plus4` container was added to the `$NAME-sync-group` config sync group and inherited the shared config.
90
90
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 >}}
92
92
93
93
### Exercise A2: Delete unavailable containers
94
94
@@ -98,7 +98,7 @@ When you recreate containers, they re-register in the NGINX One Console. Use the
0 commit comments