From 9229632e18132f4e1a7a82ddc38078715be30be7 Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Thu, 13 May 2021 15:13:00 -0700 Subject: [PATCH] Remove reference to non-existent vm_install REAMDE.md instructs the user to 'make vm_install'. The vm_install target does not exist in the Makefile; verify_all is the expected target to use. Signed-off-by: Todd Malsbary Change-Id: Ie3df54ff026e7294e441dd7f9eb37e462bb164fc --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d49ba45..b3b2307 100644 --- a/README.md +++ b/README.md @@ -423,8 +423,7 @@ No snapshot is implemented in ICN R2. #### Install Jump Server Jump server is required to be installed with Ubuntu 18.04. This will -install all the VMs and install the k8s clusters. Same as bare metal -deployment, use `make vm_install` to install virtual deployment. +install all the VMs and install the k8s clusters. #### Verifying the Setup - VMs `make verify_all` installs two VMs with name master-0 and worker-0 -- 2.16.6