Skip to content

Commit c6fe95e

Browse files
committed
init manage external provisioners
1 parent c7a48ec commit c6fe95e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/admin/provisioners.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ different organizations.
199199
If you only run tagged provisioners, you will need to specify a set of tags
200200
that matches at least one provisioner for _all_ template import jobs and
201201
workspace build jobs.
202+
202203
You may wish to run at least one additional provisioner with no additional tags
203204
so that provisioner jobs with no additional tags defined will be picked up
204205
instead of potentially remaining in the Pending state indefinitely.
@@ -382,6 +383,16 @@ This can be disabled with a server-wide
382383
coder server --provisioner-daemons=0
383384
```
384385

386+
## Manage external provisioners
387+
388+
You can view more information about and manage your provisioners from the Coder
389+
dashboard.
390+
391+
Under **Admin settings** select **Organizations**, then select **Provisioners**.
392+
393+
Use the **Jobs** or **Daemons** tab to view provisioners and their status, and
394+
delete provisioners as necessary.
395+
385396
## Prometheus metrics
386397

387398
Coder provisioner daemon exports metrics via the HTTP endpoint, which can be

0 commit comments

Comments
 (0)