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 ```