Merge "Add distributeVCPE"
diff --git a/demo-k8s.sh b/demo-k8s.sh
index eca3232..c29ff41 100755
--- a/demo-k8s.sh
+++ b/demo-k8s.sh
@@ -112,6 +112,10 @@
 			TAG="InitDemo"
 			shift
 			;;
+        distribute_vcpe)
+			TAG="distributeVCPE"
+			shift
+			;;
     	init_customer)
 			TAG="InitCustomer"
 			shift