From bd42cca55eb592c1b07b44d640e7262b1330c004 Mon Sep 17 00:00:00 2001 From: student Date: Mon, 22 Jul 2024 11:52:20 -0500 Subject: [PATCH] adds a note that kubeconfig and docker is a pre-requisite --- content/en/docs/guides/install-guides/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/guides/install-guides/_index.md b/content/en/docs/guides/install-guides/_index.md index 11d75e23..93decc12 100644 --- a/content/en/docs/guides/install-guides/_index.md +++ b/content/en/docs/guides/install-guides/_index.md @@ -99,7 +99,9 @@ sudo NEPHIO_DEBUG=false \ **Pre-installed K8s Cluster** -Log onto your VM and run the following command: +Log onto your VM/System and run the following command: +(NOTE: The VM or System should be able to access the K8S API server via the kubeconfig file and have docker installed. +Docker is needed to run the KRM container functions specified in rootsync and repository packages.) ```bash wget -O - https://raw.githubusercontent.com/nephio-project/test-infra/v3.0.0/e2e/provision/init.sh | \