8000 docs: add new section on managing provisioners from the dashboard by EdwardAngert · Pull Request #16563 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix link
  • Loading branch information
EdwardAngert committed Mar 21, 2025
commit db7c891d24dd0317d56606e786a258f0d71d16c5
2 changes: 1 addition & 1 deletion docs/admin/provisioners/manage-provisioners.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Follow these steps to identify problematic jobs or daemons:
coder provisioner jobs list -s pending
```

1. Look for daemons with multiple failed jobs and for template [tag mismatches](../admin/provisioners.md#provisioner-tags).
1. Look for daemons with multiple failed jobs and for template [tag mismatches](../../admin/provisioners.md#provisioner-tags).

1. Cancel the job through the dashboard, or use the CLI:

Expand Down
Loading
0