Skip to content

Commit

Permalink
DOCS-3084: Update agent.md
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Dec 3, 2024
1 parent e801208 commit fa744e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/configure/agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <ul><li>`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).</li></ul> |

### 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.
Expand Down

0 comments on commit fa744e6

Please sign in to comment.