mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
remove provides which has been deleted
This commit is contained in:
parent
091794c087
commit
68eaf53671
@ -34,13 +34,7 @@ source "${KUBE_ROOT}/cluster/kube-util.sh"
|
|||||||
|
|
||||||
DEPRECATED_PROVIDERS=(
|
DEPRECATED_PROVIDERS=(
|
||||||
"centos"
|
"centos"
|
||||||
"libvirt-coreos"
|
|
||||||
"local"
|
"local"
|
||||||
"openstack-heat"
|
|
||||||
"photon-controller"
|
|
||||||
"vagrant"
|
|
||||||
"vsphere"
|
|
||||||
"windows"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
for provider in "${DEPRECATED_PROVIDERS[@]}"; do
|
for provider in "${DEPRECATED_PROVIDERS[@]}"; do
|
||||||
|
Loading…
Reference in New Issue
Block a user