From 6ca33818822952038dfef68c4fa2ece39aad3c07 Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Tue, 3 Nov 2020 21:30:17 -0800 Subject: [PATCH] update kubecon demo --- examples/kubecondemo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/kubecondemo/README.md b/examples/kubecondemo/README.md index 3720b3174..635106f24 100644 --- a/examples/kubecondemo/README.md +++ b/examples/kubecondemo/README.md @@ -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`