From 68eaf536711b9ef8d0ad12fa5c89684750d17c4b Mon Sep 17 00:00:00 2001 From: zoues Date: Thu, 11 Jan 2018 21:52:47 +0800 Subject: [PATCH] remove provides which has been deleted --- cluster/kube-up.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cluster/kube-up.sh b/cluster/kube-up.sh index a2813f99e2f..81a33d3f3fa 100755 --- a/cluster/kube-up.sh +++ b/cluster/kube-up.sh @@ -34,13 +34,7 @@ source "${KUBE_ROOT}/cluster/kube-util.sh" DEPRECATED_PROVIDERS=( "centos" - "libvirt-coreos" "local" - "openstack-heat" - "photon-controller" - "vagrant" - "vsphere" - "windows" ) for provider in "${DEPRECATED_PROVIDERS[@]}"; do