From 87566a60f54a6daffc2fa95caa95c4d8047e722b Mon Sep 17 00:00:00 2001 From: slonka Date: Wed, 18 Sep 2024 09:19:39 +0200 Subject: [PATCH 1/2] fix(guide): fix not being able to link to migration steps heading because of duplication Signed-off-by: slonka --- app/_src/guides/migration-to-the-new-policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_src/guides/migration-to-the-new-policies.md b/app/_src/guides/migration-to-the-new-policies.md index 451a38d23..80a1eab5f 100644 --- a/app/_src/guides/migration-to-the-new-policies.md +++ b/app/_src/guides/migration-to-the-new-policies.md @@ -201,7 +201,7 @@ spec: threshold: 36' | kubectl apply -f- ``` -## Migration to the new policies +## Migration steps It's time to migrate the demo app to the new policies. From c2cd426423228c330aa36f81f6693fae103d88f3 Mon Sep 17 00:00:00 2001 From: slonka Date: Wed, 18 Sep 2024 09:25:14 +0200 Subject: [PATCH 2/2] fix(guide): reminder about default policies Signed-off-by: slonka --- app/_src/guides/migration-to-the-new-policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_src/guides/migration-to-the-new-policies.md b/app/_src/guides/migration-to-the-new-policies.md index 80a1eab5f..3964900e4 100644 --- a/app/_src/guides/migration-to-the-new-policies.md +++ b/app/_src/guides/migration-to-the-new-policies.md @@ -211,7 +211,7 @@ It's possible to migrate all policies at once, but small portions are preferable The generalized migration process roughly consists of 4 steps: -1. Create a new [targetRef](/docs/{{ page.version }}/policies/targetref) policy as a replacement for exising [source/destination](/docs/{{ page.version }}/policies/general-notes-about-kuma-policies/) policy. +1. Create a new [targetRef](/docs/{{ page.version }}/policies/targetref) policy as a replacement for exising [source/destination](/docs/{{ page.version }}/policies/general-notes-about-kuma-policies/) policy (do not forget about default policies that might not be stored in your source control). The corresponding new policy type can be found in [the table](/docs/{{ page.version }}/policies/introduction). Deploy the policy in [shadow mode](/docs/{{ page.version }}/policies/applying-policies/#applying-policies-in-shadow-mode) to avoid any traffic disruptions. 2. Using Inspect API review the list of changes that are going to be created by the new policy.