From f4e5589c7eae57bcd585e42291ecfd793bd0e500 Mon Sep 17 00:00:00 2001 From: Maxwell Muhanda Date: Thu, 14 Nov 2024 10:23:25 +0300 Subject: [PATCH] docs update Signed-off-by: Maxwell Muhanda --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5894bf5d..1c9a3033 100644 --- a/README.md +++ b/README.md @@ -144,12 +144,10 @@ Install Istio on the Kubernetes cluster: ```bash -kubectl create namespace istio-system - export ISTIO_PATH=$(echo $PWD/istio-*/bin) export PATH="$PATH:$ISTIO_PATH" -istioctl operator init +istioctl install --set profile=default -y kubectl apply -f - <