aboutsummaryrefslogtreecommitdiffstats
path: root/docs/images/Configure_ubuntu_SO_4.png
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2019-04-29 13:35:51 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-29 13:35:51 +0000
commit81c1466f6657d41dc01b5271b18430875fd2e3f9 (patch)
tree47c5fd0479bbc0d2a318162ecfa75e529a27fb74 /docs/images/Configure_ubuntu_SO_4.png
parent702ab6907b58bfac82a17c52ecdc70ef4084ef6f (diff)
parenta10606e383ce6c872cb7c95fe1d5e65565827813 (diff)
Merge "Store Cloud Request in Database"
Diffstat (limited to 'docs/images/Configure_ubuntu_SO_4.png')
0 files changed, 0 insertions, 0 deletions
lor: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
### Create Kubernetes environment for SDC
```sh
$ cd ../scripts/k8s
$ sh kubernetes_run.sh
```


### Run Deployment:
```sh
$ sudo helm install sdc --name onap-sdc
```
### Update Deployment
```sh 
$ sudo helm upgrade  onap-sdc  sdc
```
### Delete Deployment
```sh
$ sudo helm del --purge onap-sdc
```