Skip to content

Commit

Permalink
MESH-000 Update CONTRIBUTING.md (istio-ecosystem#109)
Browse files Browse the repository at this point in the history
* Update CONTRIBUTING.md

Update version of istio to be 1.8.6 as it is the min version the `install_istio.sh` file checks for.

* Update CONTRIBUTING.md
  • Loading branch information
Adil Fulara authored and GitHub Enterprise committed May 1, 2022
1 parent 89e074f commit 5bbba1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export KUBECONFIG=~/.kube/config
```
* Install [Prerequisites](./docs/Examples.md#Prerequisite) and make sure to install istio control plane in cluster. Alternatively, you can use the script to install istio control plane on the cluster created in previous step:

Mac: `$ADMIRAL_HOME/tests/install_istio.sh 1.7.4 osx`
Mac: `$ADMIRAL_HOME/tests/install_istio.sh 1.10.4 osx`

Linux: `$ADMIRAL_HOME/tests/install_istio.sh 1.7.4 linux`
Linux: `$ADMIRAL_HOME/tests/install_istio.sh 1.10.4 linux`

* Set up necessary permissions and configurations for Admiral

Expand Down Expand Up @@ -85,4 +85,4 @@ cd $ADMIRAL_HOME/tests
```
TODO
```


0 comments on commit 5bbba1b

Please sign in to comment.