mirror of https://github.com/k3s-io/k3s
Merge pull request #68199 from dims/deprecate-more-cloud-providers
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. Deprecate cloudstack and ovirt controller projects Change-Id: Icca9142940269ad1cd28f1f3491684a1bc626c55 **What this PR does / why we need it**: Do we have folks invested in these providers trying to work on the external controllers for these providers? Is there a future for these providers? If not can we deprecate and eventually remove them? **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: cc @ngtuna @sebgoa @svanharmelen (for cloudstack) cc @simon3z **Release note**: ```release-note Deprecate cloudstack and ovirt controllers ```pull/8/head
commit
8d1127cb41
|
@ -42,6 +42,8 @@ var (
|
|||
}{
|
||||
{"openstack", true, "https://github.com/kubernetes/cloud-provider-openstack"},
|
||||
{"photon", false, "The Photon Controller project is no longer maintained."},
|
||||
{"cloudstack", false, "The CloudStack Controller project is no longer maintained."},
|
||||
{"ovirt", false, "The ovirt Controller project is no longer maintained."},
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue