From eade8553f6093f99db1d038e2344eef54c010cb4 Mon Sep 17 00:00:00 2001 From: duynguyen Date: Sun, 14 Jun 2026 16:55:45 +0700 Subject: [PATCH] add phase 6 reference to cluster-bootstrap repo --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 26372be..2706917 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,16 @@ kubectl get pods -A --- +## Phase 6 — Bootstrap platform services + +Cluster is now running with bare k8s only. To install ArgoCD, MetalLB, Envoy Gateway, NFS storage, and all platform services — continue to the cluster-bootstrap repo: + +``` +https://gitea.fireflylab.cc/duynguyen/cluster-bootstrap +``` + +--- + ## Teardown ```bash