adj pool create
Create a pre-warmed clone pool for a golden
Create a pre-warmed clone pool.
Pins the latest ready version of <golden> and asks the data-plane cluster to keep --target-warm warm clones of it. The pool fills asynchronously (bounded by --max-warming, since FSx CreateVolume serializes ~1/min).
Usage
adj pool create <golden> [flags]
Flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--max-warming |
0 |
max concurrent in-flight provisions (default 2) | |
--target-warm |
5 |
number of warm clones to keep |
Global flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--context |
— |
config context to use (overrides current-context) | |
--output |
-o | table |
output format: table|json|yaml |
--server |
— |
server base URL (overrides the active context) | |
--token |
— |
access token (overrides the active context) | |
--verbose |
-v | false |
log requests to stderr |