diff --git a/docs/02-get-started/08-install-uninstall-upgrade-kyma-module.md b/docs/02-get-started/08-install-uninstall-upgrade-kyma-module.md index c85521f02423..87925850cf43 100644 --- a/docs/02-get-started/08-install-uninstall-upgrade-kyma-module.md +++ b/docs/02-get-started/08-install-uninstall-upgrade-kyma-module.md @@ -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.