From 90a0139514968c5ff68a69989cea904bfb10f476 Mon Sep 17 00:00:00 2001 From: pruthvitd Date: Mon, 4 Nov 2024 23:19:28 -0800 Subject: [PATCH] test/README changes to support both MACOS and RHEL OS Signed-off-by: pruthvitd --- test/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/README.md b/test/README.md index 6dddd0283..85e6353ac 100644 --- a/test/README.md +++ b/test/README.md @@ -215,6 +215,13 @@ Change directory to the test directory: cd test ``` +To setup up local kubernetes cluster for drenv, run once before starting any environment: + +``` +drenv setup envs/regional-dr.yaml +``` +Note: Replace "envs/regional-dr.yaml" with your personalised setup file to configure custom k8s cluster environment. + To start the environment: ```