stack-orchestrator/stack_orchestrator
A. F. Dudley 03f9acf869
Lint Checks / Run linter (push) Failing after 0s Details
Container Registry Test / Run contaier registry hosting test on kind/k8s (push) Failing after 0s Details
Add unlimited-memlock support for Kind clusters
Add spec.yml option `security.unlimited-memlock` that configures
RLIMIT_MEMLOCK to unlimited for Kind cluster pods. This is needed
for workloads like Solana validators that require large amounts of
locked memory for memory-mapped files during snapshot decompression.

When enabled, generates a cri-base.json file with rlimits and mounts
it into the Kind node to override the default containerd runtime spec.

Also includes flake8 line-length fixes for affected files.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 20:20:19 -05:00
..
build Apply pre-commit linting fixes 2026-01-20 23:16:44 -05:00
data Apply pre-commit linting fixes 2026-01-20 23:16:44 -05:00
deploy Add unlimited-memlock support for Kind clusters 2026-01-21 20:20:19 -05:00
repos Fixes for external stack deployment (#851) 2024-07-09 15:37:35 +00:00
__init__.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
__main__.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
base.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
command_types.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
constants.py Add unlimited-memlock support for Kind clusters 2026-01-21 20:20:19 -05:00
main.py Integrate SP auctions in webapp deployment flow (#950) 2024-10-21 07:02:06 +00:00
opts.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
update.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
util.py Add support for running jobs from a stack (#975) 2025-12-04 06:13:28 +00:00
version.py Fixes for external stack deployment (#851) 2024-07-09 15:37:35 +00:00