diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2018-11-19 18:16:26 +0800 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2018-11-20 00:27:30 +0800 |
commit | 0737feb0aa28486cf18e57bb31fc4f0e08d6c04e (patch) | |
tree | 1797bb9afd15283f713c6c61f45ea0bae2548106 /ci | |
parent | 014071321976a76e6f8fdc8588cbe51be9ea0967 (diff) |
enable multus & istio
Change-Id: Ib43fa8d4b1494e0b48e295941af223647c161f92
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index a5aec16..7ad725b 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -24,6 +24,7 @@ SCENARIOS=" kubeadm_virtlet kubeadm_ovsdpdk kubeadm_kata + kubeadm " for SCENARIO in $SCENARIOS; do |