Changes between Version 24 and Version 25 of Tutorials/Cloud/ONAP
- Timestamp:
- Oct 21, 2019, 7:07:32 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Cloud/ONAP
v24 v25 87 87 88 88 In order to create the Kubernetes cluster that will run ONAP, download and execute the cluster creation script on the console of the domain where you have node (please note that you will need to use corresponding node names in the script arguments) 89 {{{ 89 90 {{{ 91 mkdir onap-test && cd onap-test 90 92 wget https://wiki.cosmos-lab.org/raw-attachment/wiki/tutorials/orchestration-example/create-kube-cluster.sh 91 93 chmod 755 create-kube-cluster.sh