Pre Install

Install pre-orchestrator infrastructure (OpenEBS, MetalLB, cluster setup)

open-edge-platform c236cb5 1.1 KB Updated

File contents

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:

  1. Review pre-orch.env configuration (use /pre-env-setting)
  2. Validate configuration:
    • CLUSTER_PROVIDER set correctly
    • IP addresses configured (MetalLB range, EOM_ORCH_IP)
    • Component flags set appropriately
  3. Run installation:
    cd pre-orch/
    source pre-orch.env
    ./pre-orch.sh install
    
  4. Verify installation:
    • OpenEBS LocalPV storage class created
    • MetalLB IP pool configured
    • Namespaces created
    • Secrets configured
  5. Report readiness for post-orch deployment

open-edge-platform/edge-out-of-band-manageability/tree/main/.claude/skills/pre-install commit c236cb58b8

Frequently asked questions

npx skillmds@latest add open-edge-platform/pre-install