Skip to content

Commit b0a86ff

Browse files
committed
chore: documenting workspace update issue
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent f2edcf3 commit b0a86ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/admin/templates/extending-templates/prebuilt-workspaces.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,13 @@ For example, the [`ami`](https://registry.terraform.io/providers/hashicorp/aws/l
169169
has [`ForceNew`](https://github.com/hashicorp/terraform-provider-aws/blob/main/internal/service/ec2/ec2_instance.go#L75-L81) set,
170170
since the AMI cannot be changed in-place._
171171

172+
#### Updating claimed prebuilt workspaces' templates
173+
174+
Once a prebuilt workspace has been claimed, and if its template uses `ignore_changes`, users may run into an issue where the agent
175+
does not reconnect after a template update. This shortcoming is described in [this issue](https://github.com/coder/coder/issues/17840)
176+
and will be addressed before the next release (v2.23). In the interim, a simple workaround is to restart the workspace
177+
when it is in this problematic state.
178+
172179
### Current limitations
173180

174181
The prebuilt workspaces feature has these current limitations:

0 commit comments

Comments
 (0)