Merge pull request #56894 from Shashwatsh/master

Automatic merge from submit-queue (batch tested with PRs 56894, 56940, 55223, 56554, 54985). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Update kube-up.sh; fixed a typo!

fixed a typo in kube-up.sh; ```libvert-coreos``` should be ```libvirt-coreos```
This commit is contained in:
Kubernetes Submit Queue
2017-12-16 13:49:51 -08:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ source "${KUBE_ROOT}/cluster/kube-util.sh"
DEPRECATED_PROVIDERS=( DEPRECATED_PROVIDERS=(
"centos" "centos"
"libvert-coreos" "libvirt-coreos"
"local" "local"
"openstack-heat" "openstack-heat"
"photon-controller" "photon-controller"