diff --git a/docs/assets/2.16-2.17-cleanup-loki.sh b/docs/assets/2.16-2.17-cleanup-loki.sh deleted file mode 100755 index a29e2aa5dd28..000000000000 --- a/docs/assets/2.16-2.17-cleanup-loki.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env bash - -kubectl delete -n kyma-system authorizationpolicies.security.istio.io logging-loki --ignore-not-found -kubectl delete -n kyma-system configmaps logging-loki-grafana-dashboard --ignore-not-found -kubectl delete -n kyma-system configmaps logging-loki-grafana-datasource --ignore-not-found -kubectl delete -n kyma-system logpipelines.telemetry.kyma-project.io loki --ignore-not-found -kubectl delete -n kyma-system peerauthentications.security.istio.io logging-loki --ignore-not-found -kubectl delete -n kyma-system roles.rbac.authorization.k8s.io logging-loki --ignore-not-found -kubectl delete -n kyma-system rolebindings.rbac.authorization.k8s.io logging-loki --ignore-not-found -kubectl delete -n kyma-system secrets logging-loki --ignore-not-found -kubectl delete -n kyma-system services logging-loki --ignore-not-found -kubectl delete -n kyma-system services logging-loki-headless --ignore-not-found -kubectl delete -n kyma-system serviceaccounts logging-loki --ignore-not-found -kubectl delete -n kyma-system statefulsets.apps logging-loki --ignore-not-found diff --git a/docs/migration-guide-2.16-2.17.md b/docs/migration-guide-2.16-2.17.md deleted file mode 100644 index a08b6d14c25b..000000000000 --- a/docs/migration-guide-2.16-2.17.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Migration Guide 2.16-2.17 ---- - -Loki has been removed with Kyma 2.17. After upgrading to Kyma 2.17, run the script [2.16-2.17-cleanup-loki.sh](./assets/2.16-2.17-cleanup-loki.sh) to remove Loki. - -> **NOTE** If you want to continue using Loki, you can install a [custom Loki stack](https://github.com/kyma-project/examples/tree/main/loki). \ No newline at end of file