mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 10:49:21 +00:00
♻️ refactor: migrate to Go Kubernetes operator
This commit is contained in:
@@ -92,8 +92,8 @@ echo "==> Creating minikura namespace..."
|
||||
kubectl create namespace minikura --dry-run=client -o yaml | kubectl apply -f - 2>/dev/null || true
|
||||
|
||||
echo "==> Installing CRDs..."
|
||||
kubectl apply -f /workspace/operator/config/crd 2>/dev/null \
|
||||
|| echo "[WARN] CRD install failed; run 'make install-crds' in operator/"
|
||||
make -C /workspace/operator install-crds 2>/dev/null \
|
||||
|| echo "[WARN] CRD install failed; run 'bun run operator:crds'"
|
||||
|
||||
# Install dependencies
|
||||
echo "==> Installing dependencies..."
|
||||
|
||||
Reference in New Issue
Block a user