From 351f479562d9d7868be8bb644f30bf047767c828 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 19 May 2025 14:55:17 +0200 Subject: 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. --- syz-cluster/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'syz-cluster/README.md') 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: -- cgit mrf-deployment