update kubecon demo

This commit is contained in:
Hongchao Deng
2020-11-03 21:30:17 -08:00
parent 6ec5799ce4
commit 6ca3381882
+2 -2
View File
@@ -21,8 +21,8 @@
* Deploy a simple application with
```
vela comp deploy back -t backend --image crccheck/hello-world --app lab1
vela comp deploy front -t webservice --image crccheck/hello-world --port 8000 --app lab1
vela svc deploy back -t worker --image crccheck/hello-world --app lab1
vela svc deploy front -t webservice --image crccheck/hello-world --port 8000 --app lab1
```
* Show application status `vela app show lab1`