docs: add new section on managing provisioners from the dashboard (#16563)

closes #16513 


[preview](https://coder.com/docs/@16513-manage-ext-provisioners/admin/provisioners/manage-provisioner-jobs)

---------

Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
This commit is contained in:
Edward Angert
2025-04-01 22:04:31 -04:00
committed by GitHub
parent 0125ff4592
commit 0ec87abaa5
19 changed files with 133 additions and 36 deletions

View File

@ -141,7 +141,7 @@ maintenance window to minimize disruption.
### Locality
We recommend that you run one or more
[provisioner daemon deployments external to Coder Server](../../admin/provisioners.md)
[provisioner daemon deployments external to Coder Server](../../admin/provisioners/index.md)
and disable provisioner daemons within your Coder Server.
This allows you to scale them independently of the Coder Server:

View File

@ -161,7 +161,7 @@ provision:
### Authentication
1. Use a [scoped key](../../admin/provisioners.md#scoped-key-recommended) to
1. Use a [scoped key](../../admin/provisioners/index.md#scoped-key-recommended) to
authenticate the provisioner daemons with Coder. These keys can only be used
to authenticate provisioner daemons (not other APIs on the Coder Server).

View File

@ -83,7 +83,7 @@ config option.
You risk overloading Coder if you use too many built-in provisioners, so we
recommend a maximum of five built-in provisioners per `coderd` replica. For more
than five provisioners, we recommend that you move to
[External Provisioners](../../admin/provisioners.md) and also consider
[External Provisioners](../../admin/provisioners/index.md) and also consider
[High Availability](../../admin/networking/high-availability.md) to run multiple
`coderd` replicas.
@ -165,4 +165,4 @@ directory.
Ensure that this directory is set to a location on disk which will persist
across restarts of Coder or
[external provisioners](../../admin/provisioners.md), if you're using them.
[external provisioners](../../admin/provisioners/index.md), if you're using them.