You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
echo "deb [signed-by=/usr/share/keyrings/helm.gpg] https://packages.buildkite.com/helm-linux/helm-debian/any/ any main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
Description:"Name or ID of the template. Traffic generation will be limited to workspaces created from this template.",
402
+
Value:serpent.StringOf(&f.template),
403
+
},
404
+
serpent.Option{
405
+
Flag:"target-workspaces",
406
+
Env:"CODER_SCALETEST_TARGET_WORKSPACES",
407
+
Description:"Target a specific range of workspaces in the format [START]:[END] (exclusive). Example: 0:10 will target the 10 first alphabetically sorted workspaces (0-9).",
408
+
Value:serpent.StringOf(&f.targetWorkspaces),
409
+
},
410
+
serpent.Option{
411
+
Flag:"use-host-login",
412
+
Env:"CODER_SCALETEST_USE_HOST_LOGIN",
413
+
Default:"false",
414
+
Description:"Connect as the currently logged in user.",
415
+
Value:serpent.BoolOf(&f.useHostLogin),
416
+
},
417
+
)
418
+
}
419
+
420
+
// getTargetedWorkspaces retrieves the workspaces based on the template filter and target range. warnWriter is where to
421
+
// write a warning message if any workspaces were skipped due to ownership mismatch.
cliui.Warnf(warnWriter,"CODER_DISABLE_OWNER_WORKSPACE_ACCESS is set on the deployment.\n\t%d workspace(s) were skipped due to ownership mismatch.\n\tSet --use-host-login to only target workspaces you own.",numSkipped)
cliui.Warnf(inv.Stdout,"CODER_DISABLE_OWNER_WORKSPACE_ACCESS is set on the deployment.\n\t%d workspace(s) were skipped due to ownership mismatch.\n\tSet --use-host-login to only target workspaces you own.",numSkipped)
Description:"Name or ID of the template. Traffic generation will be limited to workspaces created from this template.",
1423
-
Value:serpent.StringOf(&template),
1424
-
},
1425
-
{
1426
-
Flag:"target-workspaces",
1427
-
Env:"CODER_SCALETEST_TARGET_WORKSPACES",
1428
-
Description:"Target a specific range of workspaces in the format [START]:[END] (exclusive). Example: 0:10 will target the 10 first alphabetically sorted workspaces (0-9).",
Copy file name to clipboardExpand all lines: docs/admin/templates/managing-templates/external-workspaces.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ External workspaces offer flexibility and control in complex environments:
20
20
21
21
-**Incremental adoption of Coder**
22
22
23
-
Integrate with existing infrastructure gradually without needing to migrate everything at once. This is particularly useful when gradually migratingworklods to Coder without refactoring current infrastructure.
23
+
Integrate with existing infrastructure gradually without needing to migrate everything at once. This is particularly useful when gradually migratingworkloads to Coder without refactoring current infrastructure.