Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/en/docs/guides/install-guides/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | \
Expand Down