From 97aaeaec9edbfda93337d8121767622edf63ef63 Mon Sep 17 00:00:00 2001 From: Adam Trizuljak Date: Thu, 30 Jul 2026 15:51:52 +0200 Subject: [PATCH] Update setup instructions Add prerequisites into README. I'm just listing the packages and not including exact shell commands, as these will differ per OS and package manager Signed-off-by: Adam Trizuljak --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 943dea953..7f360df88 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ Network-operator is a project built using Kubebuilder and controller-runtime to - kubectl version v1.33.1+. - Access to a Kubernetes v1.33.0+ cluster. - [Git LFS](https://git-lfs.com) installed (`git lfs install`) +- kind version 0.32.0+ +- Tilt version v0.37.3+ +- gh version 2.93.0+ +- coreutils 9.11+ ### To Deploy on the cluster