mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
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:
commit
a96d386ecd
@ -34,7 +34,7 @@ source "${KUBE_ROOT}/cluster/kube-util.sh"
|
||||
|
||||
DEPRECATED_PROVIDERS=(
|
||||
"centos"
|
||||
"libvert-coreos"
|
||||
"libvirt-coreos"
|
||||
"local"
|
||||
"openstack-heat"
|
||||
"photon-controller"
|
||||
|
Loading…
Reference in New Issue
Block a user