From 6426c5aaf75bcb761b27ca415cf5736631a72f85 Mon Sep 17 00:00:00 2001 From: Jon Schulman <25127543+jonnyborbs@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:54:20 -0800 Subject: [PATCH] =?UTF-8?q?chore:=20update=20README=20to=20explicitly=20in?= =?UTF-8?q?dicate=20the=20need=20for=20a=20running=20co=E2=80=A6=20(#1113)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Chore: Adding an explicit callout in `README.md` that a running container environment is required for K3D to interact with. Most folks won't need this said. Those who do will definitely benefit from the addition. --------- Co-authored-by: Micah Nagel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0651d6808..98b351f0e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ UDS Core establishes a secure baseline for cloud-native systems and ships with c ### Prerequisites +- A running container environment for K3D to interact with for dev & test environments - [K3D](https://k3d.io/) for dev & test environments or any [CNCF Certified Kubernetes Cluster](https://www.cncf.io/training/certification/software-conformance/#logos) for production environments. - [UDS CLI](https://github.com/defenseunicorns/uds-cli?tab=readme-ov-file#install) v0.8.1 or later