Skip to content
Merged
Show file tree
Hide file tree
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
Cian's review
  • Loading branch information
mtojek committed May 23, 2024
commit 12a292cace64eae25fef11643680c398329326e8
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
},
{
"title": "Workspace Tags",
"description": "Select provisioners using Coder Parameters",
"description": "Control provisioning using Workspace Tags and Parameters",
"path": "./templates/workspace-tags.md"
},
{
Expand Down
6 changes: 3 additions & 3 deletions docs/templates/workspace-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ using `coder_workspace_tags` and `coder_parameter`s.

### Tagged provisioners

With incorrectly selected workspace tags, it is possible to choose a tag
configuration that is not observed by any provisioner, causing the provisioner
job to get stuck in the queue indefinitely.
It is possible to choose tag combinations that no provisioner can handle. This
will cause the provisioner job to get stuck in the queue until a provisioner is
added that can handle its combination of tags.

Before releasing the template version with configurable workspace tags, ensure
that every tag set is associated with at least one healthy provisioner.
Expand Down