Skip to content

Commit

Permalink
add deprecation warnings for all cloud providers
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsykim committed Sep 28, 2018
1 parent 3c43f08 commit 9468521
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkg/cloudprovider/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,14 @@ var (
external bool
detail string
}{
{"openstack", true, "https://github.com/kubernetes/cloud-provider-openstack"},
{"photon", false, "The Photon Controller project is no longer maintained."},
{"aws", false, "The AWS provider is deprecated and will be removed in a future release"},
{"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."},
{"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."},
{"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"},
}
)

Expand Down

0 comments on commit 9468521

Please sign in to comment.