From 39b2d4b68a09e450106868771abdd3aefc4a3143 Mon Sep 17 00:00:00 2001 From: Jamie Longmuir Date: Thu, 19 Sep 2024 12:39:44 -0400 Subject: [PATCH] Update/Fix istioctl links in README.md Update/Fix istioctl links to use install-istioctl-tool.md, which provides instructions for installing istioctl independent of Istio. --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 3a7a4069f..caea4fd41 100644 --- a/docs/README.md +++ b/docs/README.md @@ -260,7 +260,7 @@ When the `InPlace` strategy is used, the existing Istio control plane is replace Prerequisites: * Sail Operator is installed. -* `istioctl` is [installed](common/istio-addons-integrations.md). +* `istioctl` is [installed](common/install-istioctl-tool.md). Steps: 1. Create the `istio-system` namespace. @@ -336,7 +336,7 @@ When the `RevisionBased` strategy is used, a new Istio control plane instance is Prerequisites: * Sail Operator is installed. -* `istioctl` is [installed](common/istio-addons-integrations.md). +* `istioctl` is [installed](common/install-istioctl-tool.md). Steps: @@ -476,7 +476,7 @@ You can use the Sail Operator and the Sail CRDs to manage a multi-cluster Istio Each deployment model requires you to install the Sail Operator and the Sail CRDs to every cluster that is part of the mesh. -- Install [istioctl](https://istio.io/latest/docs/setup/install/istioctl) and have it included in your `$PATH`. +- Install [istioctl](common/install-istioctl-tool.md). - Two kubernetes clusters with external lb support. (If using kind, `cloud-provider-kind` is running in the background) - kubeconfig file with a context for each cluster.