Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Add Istio upgrade instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Maartje Eyskens <maartje@kinvolk.io>
  • Loading branch information
Maartje Eyskens committed Apr 12, 2021
1 parent 977b092 commit 53f9dbc
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/development/updating-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,21 @@ helm fetch --untar --untardir ./ linkerd/linkerd2
```

- Code repository: https://github.com/linkerd/linkerd2.
- Helm repo documentation: https://linkerd.io/2.10/tasks/install-helm/.
- Helm repo documentation: https://linkerd.io/2.10/tasks/install-helm/.

## Istio

Run the following commands in the root of this repository:

```bash
cd assets/charts/components
rm -rf istio-operator
git clone https://github.com/istio/istio.git -b 1.9.2 # you probably want to change this
mv istio/manifests/charts/istio-operator istio-operator
rm -rf istio
git checkout istio-operator/templates/istio-namespace.yaml
git checkout istio-operator/templates/istio-operator-cr.yaml
git checkout istio-operator/templates/service-monitor.yaml
```

- Chart location: https://github.com/istio/istio/tree/master/manifests/charts.

0 comments on commit 53f9dbc

Please sign in to comment.