From fa744e6d3b0cec8e85cca5129d1085b00ed07586 Mon Sep 17 00:00:00 2001
From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Date: Tue, 3 Dec 2024 12:23:23 +0100
Subject: [PATCH 1/4] DOCS-3084: Update agent.md
---
docs/configure/agent.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/configure/agent.md b/docs/configure/agent.md
index 623ca04bfb..f94cd74497 100644
--- a/docs/configure/agent.md
+++ b/docs/configure/agent.md
@@ -188,6 +188,11 @@ Edit and fill in the attributes as applicable.
| `disable_subsystem` | boolean | Optional | When set to `true` it disables the management of `viam-server`. |
| `attributes` | object | Optional |
- `fast_start`: If set to `true`, `viam-agent` will not wait for a network connection nor check for updates before starting `viam-server`. See [Fast start mode](#fast-start-mode).
|
+### Version updates
+
+To avoid unexpected downtime when `viam-server` is updated, you can configure a [Maintenance Window](/architecture/viam-server/#maintenance-window).
+With a configured maintennce window, `viam-agent` will restart and upgrade `viam-server` only when maintenance is allowed and when `viam-server` is not currently reconfiguring resources.
+
#### Fast start mode
You can use fast start mode to bypass `viam-agent` waiting for a network connection to be established and checking for updates during initial startup.
From 978bc9f9239c9b53f8fcf32346b8fae4aa7b0e89 Mon Sep 17 00:00:00 2001
From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Date: Tue, 3 Dec 2024 12:27:06 +0100
Subject: [PATCH 2/4] Update docs/configure/agent.md
---
docs/configure/agent.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/configure/agent.md b/docs/configure/agent.md
index f94cd74497..0cb7535f5d 100644
--- a/docs/configure/agent.md
+++ b/docs/configure/agent.md
@@ -188,7 +188,7 @@ Edit and fill in the attributes as applicable.
| `disable_subsystem` | boolean | Optional | When set to `true` it disables the management of `viam-server`. |
| `attributes` | object | Optional | - `fast_start`: If set to `true`, `viam-agent` will not wait for a network connection nor check for updates before starting `viam-server`. See [Fast start mode](#fast-start-mode).
|
-### Version updates
+#### Version updates
To avoid unexpected downtime when `viam-server` is updated, you can configure a [Maintenance Window](/architecture/viam-server/#maintenance-window).
With a configured maintennce window, `viam-agent` will restart and upgrade `viam-server` only when maintenance is allowed and when `viam-server` is not currently reconfiguring resources.
From c1d69cd856ddc2636d4630e2df29ac9bb29c164b Mon Sep 17 00:00:00 2001
From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Date: Tue, 3 Dec 2024 19:29:27 +0100
Subject: [PATCH 3/4] Update docs/configure/agent.md
---
docs/configure/agent.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/configure/agent.md b/docs/configure/agent.md
index 0cb7535f5d..40833273f8 100644
--- a/docs/configure/agent.md
+++ b/docs/configure/agent.md
@@ -191,7 +191,7 @@ Edit and fill in the attributes as applicable.
#### Version updates
To avoid unexpected downtime when `viam-server` is updated, you can configure a [Maintenance Window](/architecture/viam-server/#maintenance-window).
-With a configured maintennce window, `viam-agent` will restart and upgrade `viam-server` only when maintenance is allowed and when `viam-server` is not currently reconfiguring resources.
+With a configured maintenace window, `viam-agent` will restart and upgrade `viam-server` only when maintenance is allowed and when `viam-server` is not currently processing config changes.
#### Fast start mode
From 96418ed8174e06abd7025652453213f30d3c4f19 Mon Sep 17 00:00:00 2001
From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Date: Tue, 3 Dec 2024 19:59:04 +0100
Subject: [PATCH 4/4] Update docs/configure/agent.md
---
docs/configure/agent.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/configure/agent.md b/docs/configure/agent.md
index 40833273f8..987df0b31f 100644
--- a/docs/configure/agent.md
+++ b/docs/configure/agent.md
@@ -191,7 +191,7 @@ Edit and fill in the attributes as applicable.
#### Version updates
To avoid unexpected downtime when `viam-server` is updated, you can configure a [Maintenance Window](/architecture/viam-server/#maintenance-window).
-With a configured maintenace window, `viam-agent` will restart and upgrade `viam-server` only when maintenance is allowed and when `viam-server` is not currently processing config changes.
+With a configured maintenance window, `viam-agent` will restart and upgrade `viam-server` only when maintenance is allowed and when `viam-server` is not currently processing config changes.
#### Fast start mode