stack-orchestrator/stack_orchestrator/deploy
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
..
compose Add support for running jobs from a stack (#975) 2025-12-04 06:13:28 +00:00
k8s Add unlimited-memlock support for Kind clusters 2026-01-21 20:20:19 -05:00
webapp Add support for generating Helm charts when creating a deployment (#974) 2025-11-27 06:43:07 +00:00
__init__.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
deploy.py Add Caddy ingress and k8s cluster management features 2026-01-20 23:14:22 -05:00
deploy_types.py Add stage 1 support 2024-08-07 11:28:10 -06:00
deploy_util.py Mainnet-laconic stack fixes for laconicd2 (#904) 2024-07-31 13:51:28 +00:00
deployer.py Add support for running jobs from a stack (#975) 2025-12-04 06:13:28 +00:00
deployer_factory.py Add ConfigMap test. (#726) 2024-02-05 14:15:11 -06:00
deployment.py Add support for running jobs from a stack (#975) 2025-12-04 06:13:28 +00:00
deployment_context.py Path is not a context manager in python 3.13 (#971) 2025-10-16 17:55:44 +00:00
deployment_create.py Add Caddy ingress and k8s cluster management features 2026-01-20 23:14:22 -05:00
images.py Fix image tag name 2024-06-13 08:31:45 -06:00
spec.py Add unlimited-memlock support for Kind clusters 2026-01-21 20:20:19 -05:00
stack.py Path is not a context manager in python 3.13 (#971) 2025-10-16 17:55:44 +00:00
stack_state.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00