Commit 1ee75a5c authored by Muhammad Umair Khan's avatar Muhammad Umair Khan
Browse files

docs: update deploy commands to use 'all' in README.md

parent f0250d29
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -165,9 +165,9 @@ $ showmount -e
     - `meepctl config ip <VM private IP address>`
     - `meepctl config gitdir <full path to ~/etsi-mec-sandbox>`
   - Deploy dependency pods:
     - `meepctl deploy dep`
     - `meepctl deploy dep all`
   - Deploy Core pods:
     - `meepctl deploy core`
     - `meepctl deploy core all`
     - **NOTE:** Core pods deployment will only install the cert-manager rules to trigger certificate installation
1. Log In & Create buckets:
   - Using a browser, access the long-term storage VM via its FQDN
@@ -260,14 +260,14 @@ $ showmount -e
     - `meepctl config ip <VM private IP address>`
     - `meepctl config gitdir <full path to ~/etsi-mec-sandbox>`
   - Deploy dependency pods:
     - `meepctl deploy dep`
     - `meepctl deploy dep all`
   - Build & Dockerize:
     - `meepctl build all`
     - `meepctl dockerize all`
   - Prune old docker images:
     - `docker image prune`
   - Deploy Core pods:
     - `meepctl deploy core`
     - `meepctl deploy core all`
     - **NOTE:** Wait for dep pods to be successfully deployed before deploying core

### Provision Admin User Accounts
@@ -335,14 +335,14 @@ The following procedure should be used to upgrade a running MEC Sandbox deployme
   - Build meepctl:
     - `~/etsi-mec-sandbox/go-apps/meepctl/install.sh`
   - Deploy dependency pods:
     - `meepctl deploy dep`
     - `meepctl deploy dep all`
   - Build & Dockerize:
     - `meepctl build all`
     - `meepctl dockerize all`
   - Prune old docker images:
     - `docker image prune`
   - Deploy Core pods:
     - `meepctl deploy core`
     - `meepctl deploy core all`
     - **NOTE:** Wait for dep pods to be successfully deployed before deploying core
1. Update network scenarios (if necessary)