Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:2
forks:0
updated:2026年5月21日 10:10
SKILL.md
| name | pre-env-setting |
| description | Manage and configure pre-orch.env settings |
Manage and configure pre-orch.env settings.
Use this skill when you want to:
Manage pre-orch.env by:
cat pre-orch/pre-orch.env
kind, k3s, or rke2true for persistent storagetrue for load balancer (false for K3s with built-in LB)Common settings:
# Development (KIND)
CLUSTER_PROVIDER=kind
ENABLE_METALLB=true
METALLB_IP_RANGE="172.18.255.200-172.18.255.250"
# Production K3s (without MetalLB)
CLUSTER_PROVIDER=k3s
ENABLE_METALLB=false
MAX_PODS_PER_NODE=200
# Single-IP Coder deployment
CLUSTER_PROVIDER=k3s
METALLB_IP_RANGE="10.0.0.100-10.0.0.100"
EOM_ORCH_IP=10.0.0.100
Manage and configure post-orch.env settings
Install pre-orchestrator infrastructure (OpenEBS, MetalLB, cluster setup)
Install post-orchestrator EMF application stack
Uninstall post-orchestrator EMF application components
Uninstall pre-orchestrator infrastructure components