Add NOTE for deprecated in-tree openstack-cloud-provider (#9828)

As the release note of v1.11[1], in-tree openstack-cloud-provider is
deprecated. So this adds the note for explaining it and recommending
to use the external openstack-cloud-provider.

[1]: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#new-deprecations
pull/10026/head
Ken'ichi Ohmichi 2018-08-21 12:28:54 -07:00 committed by k8s-ci-robot
parent 72d8417caa
commit 3d308a6b6c
1 changed files with 6 additions and 1 deletions

View File

@ -297,6 +297,11 @@ parameters:
* `availability`: Availability Zone. If not specified, volumes are generally
round-robin-ed across all active zones where Kubernetes cluster has a node.
{{< note >}}
{{< feature-state state="deprecated" for_k8s_version="1.11" >}}
This internal provisioner of OpenStack is deprecated. Please use [the external cloud provider for OpenStack](https://github.com/kubernetes/cloud-provider-openstack).
{{< /note >}}
### vSphere
1. Create a StorageClass with a user specified disk format.
@ -678,4 +683,4 @@ Delaying volume binding allows the scheduler to consider all of a pod's
scheduling constraints when choosing an appropriate PersistentVolume for a
PersistentVolumeClaim.
{{% /capture %}}
{{% /capture %}}