Pre-Install
Install pre-orchestrator infrastructure components.
What this does
- Sets up Kubernetes cluster (KIND/K3s/RKE2)
- Installs OpenEBS LocalPV storage provisioner
- Configures MetalLB load balancer
- Creates required namespaces and secrets
- Prepares cluster for EMF deployment
Usage
Use this skill when you want to:
- Set up a new cluster for EMF
- Install infrastructure components
- Prepare cluster before deploying EMF applications
Run pre-installation by:
- Review pre-orch.env configuration (use /pre-env-setting)
- Validate configuration:
- CLUSTER_PROVIDER set correctly
- IP addresses configured (MetalLB range, EOM_ORCH_IP)
- Component flags set appropriately
- Run installation:
cd pre-orch/ source pre-orch.env ./pre-orch.sh install - Verify installation:
- OpenEBS LocalPV storage class created
- MetalLB IP pool configured
- Namespaces created
- Secrets configured
- Report readiness for post-orch deployment