Skip to content

Commit

Permalink
add istio to quick install
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliasitko committed Dec 7, 2023
1 parent 6b066bd commit 322d0c4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ kubectl apply -f https://github.com/kyma-project/api-gateway/releases/latest/dow
kubectl apply -f https://github.com/kyma-project/api-gateway/releases/latest/download/apigateway-default-cr.yaml
```

#### [Istio](https://github.com/kyma-project/istio)

```bash
kubectl apply -f https://github.com/kyma-project/istio/releases/latest/download/istio-manager.yaml
kubectl apply -f https://github.com/kyma-project/istio/releases/latest/download/istio-default-cr.yaml
```

## Uninstall Kyma with a module

You uninstall Kyma with a module using the `kubectl delete` command.
Expand Down

0 comments on commit 322d0c4

Please sign in to comment.