From 46e9b273636cb6b21ec8f257a0a81b14497a17c6 Mon Sep 17 00:00:00 2001 From: Stanislav Kosorin Date: Tue, 20 Aug 2024 13:38:48 +0200 Subject: [PATCH] Update README to mention replacing machine name --- examples/container_migration_in_kubernetes/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/container_migration_in_kubernetes/README.md b/examples/container_migration_in_kubernetes/README.md index 2b53110..da6f8a1 100644 --- a/examples/container_migration_in_kubernetes/README.md +++ b/examples/container_migration_in_kubernetes/README.md @@ -66,6 +66,7 @@ kubectl get service http-server ``` ### 6. Apply the RBAC configuration to allow the checkpoint plugin to create a checkpoint (optional if your config already allows this): +First, replace `` with the name of your machine. Then, run: ``` kubectl apply -f manifests/checkpoint-rbac.yaml ```