aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/README.md
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-02-17 18:13:37 +0100
committerAleksandr Nogikh <nogikh@google.com>2025-02-18 14:23:32 +0000
commitec05e4c30271d38daa3a17bae6cafe5a7477c943 (patch)
tree27734f7f1bfc97bbdab61c92287c4c070f77ea5c /syz-cluster/README.md
parent30e664133f1d6d163a0cafa118603da3bc9a40c0 (diff)
syz-cluster: update workflow templates with kustomize
This removes one of the required manual steps.
Diffstat (limited to 'syz-cluster/README.md')
-rw-r--r--syz-cluster/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/syz-cluster/README.md b/syz-cluster/README.md
index b92476e33..3c5bf5b1f 100644
--- a/syz-cluster/README.md
+++ b/syz-cluster/README.md
@@ -20,8 +20,7 @@ $ make all-containers
```
$ make restart-spanner
$ kubectl create namespace argo
-$ minikube kubectl -- kubectl apply -k ./overlays/dev/
-$ argo template create workflow/*/workflow-template.yaml
+$ kubectl apply -k ./overlays/dev/
```
5. (Optional) Pre-fetch the kernel git repository:
```