From 1002e93c93f30a3f19a6035d656ea7147a10c300 Mon Sep 17 00:00:00 2001 From: Sarukesh Boominathan Date: Wed, 22 Apr 2026 06:31:32 +0000 Subject: [PATCH] Update Z2/z2/README.md --- Z2/z2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Z2/z2/README.md b/Z2/z2/README.md index 402b710..eafc6f3 100644 --- a/Z2/z2/README.md +++ b/Z2/z2/README.md @@ -118,6 +118,6 @@ z2/ ├── prepare-app.sh # Build image, create host directory ├── start-app.sh # Apply all Kubernetes objects ├── stop-app.sh # Delete all Kubernetes objects -├── show-url.sh # Print the URL to open the app +├── status.sh # Print the status of Namespace, PV, PVC, PODS and Services └── README.md # This file ```