Setting the file. One moment.
Chapter 01 · Airunway AKS Setup
Subchapter 1.5
references/steps/step-2-controller.mdMarkdown1 KBView on GitHub
Goal: Ensure the AI Runway controller and CRDs are installed and healthy.
# Check CRD presence
kubectl get crd modeldeployments.airunway.ai
# Check controller pod health
kubectl get pods -n airunway-system -l control-plane=controller-managerIf already installed and healthy: Report version and pod status, skip to Step 3.
If not installed: Ask user to confirm, then from the repository root run:
make controller-install # Install CRDs
make controller-deploy # Deploy controller managerNote:
maketargets must be run from the AI Runway repository root.
Verify rollout:
kubectl rollout status deployment/airunway-controller-manager -n airunway-system --timeout=120sError handling:
CrashLoopBackOff → kubectl logs -n airunway-system -l control-plane=controller-manager --previouskubectl describe deployment airunway-controller-manager -n airunway-systemNo rule to make target → Navigate to repo root and retry