From 26834a6e04c5bbbd86b6b094bfdef849d242b070 Mon Sep 17 00:00:00 2001 From: Igor Gov Date: Fri, 15 Oct 2021 14:28:00 +0300 Subject: [PATCH] Fix documentation from "mizu-image" to "agent-image" (#363) --- agent/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agent/README.md b/agent/README.md index 87262d908..a7bdb11a0 100644 --- a/agent/README.md +++ b/agent/README.md @@ -12,7 +12,8 @@ Basic APIs: `docker build . -t gcr.io/up9-docker-hub/mizu/debug:latest -f debug.Dockerfile && docker push gcr.io/up9-docker-hub/mizu/debug:latest` ### Connecting -1. Start mizu using the cli with the debug image `mizu tap --mizu-image gcr.io/up9-docker-hub/mizu/debug:latest {tapped_pod_name}` +1. Start mizu using the cli with the debug + image `mizu tap --set agent-image=gcr.io/up9-docker-hub/mizu/debug:latest {tapped_pod_name}` 2. Forward the debug port using `kubectl port-forward -n default mizu-api-server 2345:2345` 3. Run the run/debug configuration you've created earlier in Intellij.