Commit ff34027
Roy Lin
docs(readme): document the new operator-facing env vars
The env-var reference was missing several operator-facing knobs added by the
recent operability + security hardening:
- A3S_BOX_MAX_LAYER_BYTES / A3S_BOX_MAX_BUILD_EXTRACT_BYTES — decompression-bomb
caps on layer pull and build ADD/COPY auto-extract (defaults 16 GiB / 4 GiB).
- A3S_BOX_SECCOMP_PROFILE_ROOT — root the CRI localhostProfile seccomp path is
confined to (default /var/lib/kubelet/seccomp).
- A3S_BOX_MAX_SNAPSHOTS / A3S_BOX_MAX_SNAPSHOT_BYTES — snapshot auto-prune caps
(were documented in prose but absent from the reference table).
- A3S_REGISTRY_MIRRORS — registry mirror map.
Docs-only; no behavior change.1 parent ad26f69 commit ff34027
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
440 | 446 | | |
441 | 447 | | |
442 | 448 | | |
| |||
0 commit comments