Skip to content

Commit

Permalink
remove namespace from get istio command
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Longmuir <jlongmui@redhat.com>
  • Loading branch information
longmuir committed Sep 30, 2024
1 parent 21ebb8c commit d8330f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/common/install-istioctl-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ Use an `istioctl` version that is the same version as the Istio control plane
for the Service Mesh deployment. See [Istio Releases](https://github.com/istio/istio/releases) for a list of valid
releases, including Beta releases.

These instructions assume that the Sail Operator has installed `Istio` in the `istio-system` namespace.


### Procedure

1. Confirm if you have `istioctl` installed, and if so which version, by running
Expand All @@ -26,7 +23,7 @@ the following command at the terminal:
at the terminal:

```sh
$ oc -n istio-system get istio
$ oc get istio
```

3. Install `istioctl` by running the following command at the terminal:
Expand Down

0 comments on commit d8330f6

Please sign in to comment.