docs: add missing argocd wave -1 to README

This commit is contained in:
2026-07-14 17:27:47 +07:00
parent 4c214a9928
commit 1432e9e114

View File

@@ -10,6 +10,7 @@ Git repo (cluster-bootstrap)
└── ArgoCD watches bootstrap/apps/ → syncs all Applications └── ArgoCD watches bootstrap/apps/ → syncs all Applications
Bootstrap order (sync waves): Bootstrap order (sync waves):
Wave -1 → argocd (self-managed, once bootstrapped)
Wave 0 → metallb (LoadBalancer IPs) Wave 0 → metallb (LoadBalancer IPs)
Wave 1 → metallb-config (IPAddressPool + L2Advertisement) Wave 1 → metallb-config (IPAddressPool + L2Advertisement)
Wave 2 → envoy-gateway (HTTP gateway controller) Wave 2 → envoy-gateway (HTTP gateway controller)
@@ -274,6 +275,7 @@ cluster-bootstrap/
├── README.md ├── README.md
├── bootstrap/ ├── bootstrap/
│ └── apps/ # ArgoCD Application CRDs │ └── apps/ # ArgoCD Application CRDs
│ ├── argocd.yaml # wave -1 — self-managed ArgoCD
│ ├── metallb.yaml # wave 0 — Helm chart │ ├── metallb.yaml # wave 0 — Helm chart
│ ├── metallb-config.yaml # wave 1 — IPAddressPool + L2Advertisement │ ├── metallb-config.yaml # wave 1 — IPAddressPool + L2Advertisement
│ ├── envoy-gateway.yaml # wave 2 — Helm chart │ ├── envoy-gateway.yaml # wave 2 — Helm chart