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`