mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #69171 from andrewsykim/deprecate-all-the-providers
add deprecation warnings for all cloud providers
This commit is contained in:
commit
4b12761c8a
@ -40,10 +40,14 @@ var (
|
|||||||
external bool
|
external bool
|
||||||
detail string
|
detail string
|
||||||
}{
|
}{
|
||||||
{"openstack", true, "https://github.com/kubernetes/cloud-provider-openstack"},
|
{"aws", false, "The AWS provider is deprecated and will be removed in a future release"},
|
||||||
{"photon", false, "The Photon Controller project is no longer maintained."},
|
{"azure", false, "The Azure provider is deprecated and will be removed in a future release"},
|
||||||
{"cloudstack", false, "The CloudStack Controller project is no longer maintained."},
|
{"cloudstack", false, "The CloudStack Controller project is no longer maintained."},
|
||||||
|
{"gce", false, "The GCE provider is deprecated and will be removed in a future release"},
|
||||||
|
{"openstack", true, "https://github.com/kubernetes/cloud-provider-openstack"},
|
||||||
{"ovirt", false, "The ovirt Controller project is no longer maintained."},
|
{"ovirt", false, "The ovirt Controller project is no longer maintained."},
|
||||||
|
{"photon", false, "The Photon Controller project is no longer maintained."},
|
||||||
|
{"vsphere", false, "The vSphere provider is deprecated and will be removed in a future release"},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user