You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,20 +146,30 @@ This cluster uses [1Password Connect](https://developer.1password.com/docs/conne
146
146
```
147
147
148
148
### 6. Bootstrap ArgoCD & Deploy The Stack
149
-
This final step uses our "App of Apps" pattern to bootstrap the entire cluster from a single command.
149
+
This final step uses our "App of Apps" pattern to bootstrap the entire cluster. This is a multi-step process to avoid race conditions with CRD installation.
150
150
151
151
```bash
152
-
# 1. Apply the ArgoCD Bootstrap Manifests
153
-
# This single command does everything:
154
-
# - Deploys the ArgoCD Helm chart, including its CRDs.
155
-
# - Deploys the 'root' Application, which points to our self-managing configuration.
152
+
# 1. Apply the ArgoCD main components and CRDs
153
+
# This deploys the ArgoCD Helm chart, which creates the CRDs and controller.
0 commit comments