diff options
author | Larry Sachs <larry.j.sachs@intel.com> | 2020-06-25 18:14:35 -0400 |
---|---|---|
committer | Larry Sachs <larry.j.sachs@intel.com> | 2020-06-25 20:34:13 -0400 |
commit | 8e86086a476d65a7323e1b8163a288b46a6037c4 (patch) | |
tree | 893fab48f3d821268bc32995e0613cc4efe67622 | |
parent | 7696e3865b96f0bb49333fbdf68c03057df8c74b (diff) |
Update Go version
Signed-off-by: Larry Sachs <larry.j.sachs@intel.com>
Change-Id: I9f8da809544d050b6da8dddc574f5d9fcb35eed2
Issue-ID: MULTICLOUD-1100
-rw-r--r-- | README.md | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -16,7 +16,7 @@ MultiCloud Kubernetes plugin for ONAP multicloud. # Installation Requirements: -* Go 1.12.4 +* Go 1.14.4 Steps: @@ -35,12 +35,3 @@ Steps: * Run the plugin: * `cd k8s/deployments && ./start.sh` -# Architecture - -Create Virtual Network Function - -![Create VNF](./docs/create_vnf.png) - -Create Virtual Link - -![Create VL](./docs/create_vl.png) |