Skip to content

Commit

Permalink
Update/Fix istioctl links in README.md
Browse files Browse the repository at this point in the history
Update/Fix istioctl links to use install-istioctl-tool.md, which provides instructions for installing istioctl independent of Istio.
  • Loading branch information
longmuir authored Sep 19, 2024
1 parent 5aea134 commit 39b2d4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 39b2d4b

Please sign in to comment.