diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-05-19 14:55:17 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-05-21 15:29:32 +0000 |
| commit | 351f479562d9d7868be8bb644f30bf047767c828 (patch) | |
| tree | 8986d2b27c6bebdc9ba58792b1bbf72cffbb78a2 /syz-cluster/README.md | |
| parent | bdffada7bd18ddfb1864e0467ecc38003eeb214c (diff) | |
syz-cluster: split off argo workflows setup
We cannot at the same time define Argo CRDs and use them because K8S
needs some time to process the CRD creation.
To facilitate the installation without errors, split off the step that
installs Argo and create a step that waits until CRDs are installed.
Diffstat (limited to 'syz-cluster/README.md')
| -rw-r--r-- | syz-cluster/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syz-cluster/README.md b/syz-cluster/README.md index df108ffd3..95533ef4b 100644 --- a/syz-cluster/README.md +++ b/syz-cluster/README.md @@ -21,6 +21,8 @@ $ make build-all ``` $ make restart-spanner $ kubectl create namespace argo +$ make k8s-config-argo | kubectl apply -f - +$ make k8s-config-argo-wait $ make k8s-config-dev | kubectl apply -f - ``` 5. (Optional) Pre-fetch the kernel git repository: |
