Skip to content

Commit 7cc6184

Browse files
committed
docs: document the pull_conns config key
1 parent 8800f91 commit 7cc6184

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ cocoon
176176
| `--cni-bin-dir` | `COCOON_CNI_BIN_DIR` | `/opt/cni/bin` | CNI plugin binary directory |
177177
| `--dns` | `COCOON_DNS` | `8.8.8.8,1.1.1.1` | DNS servers for VMs (comma separated) |
178178

179+
Config-file / env-only keys (no CLI flag):
180+
181+
| Key | Env Variable | Default | Description |
182+
| ------------ | ------------------- | ------- | ---------------------------------------------------------------------- |
183+
| `pull_conns` | `COCOON_PULL_CONNS` | `8` | Concurrent HTTP Range connections per cloud-image download (`image pull`); raise for fat pipes, lower to be gentle on the registry |
184+
179185
## VM Flags
180186

181187
Applies to `cocoon vm create`, `cocoon vm run`, and `cocoon vm debug`:

0 commit comments

Comments
 (0)