From facf23a0556790f79b36b4a96a48d8a1d2e17971 Mon Sep 17 00:00:00 2001 From: Adriano Pezzuto <2222461+bsctl@users.noreply.github.com> Date: Sun, 27 Aug 2023 08:56:00 +0200 Subject: [PATCH] docs: update the datastore migration guide (#361) --- docs/content/guides/datastore-migration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/guides/datastore-migration.md b/docs/content/guides/datastore-migration.md index f2d8fde..a5cd3eb 100644 --- a/docs/content/guides/datastore-migration.md +++ b/docs/content/guides/datastore-migration.md @@ -169,3 +169,6 @@ admission webhook "catchall.migrate.kamaji.clastix.io" denied the request After a while, depending on the amount of data to migrate, the Tenant Control Plane is put back in full operating mode by the Kamaji controller. > Please, note the datastore migration leaves the data on the default datastore, so you have to remove it manually. + +## Post migration +After migrating data to the new datastore, complete the migration procedure by restarting the `kubelet.service` on all the tenant worker nodes. \ No newline at end of file