From ee7033edad7c9d25c6089cb1bd2abc41e8330202 Mon Sep 17 00:00:00 2001 From: Yan Kasabutski Date: Thu, 10 Apr 2025 08:37:55 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=20=20z2/README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- z2/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ z2/README.md b/ z2/README.md index 55750c9..6dedada 100644 --- a/ z2/README.md +++ b/ z2/README.md @@ -46,16 +46,10 @@ To remove all resources related to the app, run: ``` ## Example usage +kubectl get pods -n webapp -```bash -# Prepare the app -./prepare-app.sh -Preparing app... +kubectl get svc -n webapp -# Start the app -./start-app.sh -Running app ... -The app is available at http://localhost:5000 # Stop the app ./stop-app.sh