diff --git a/content/en/docs/concepts/storage/storage-classes.md b/content/en/docs/concepts/storage/storage-classes.md index 639de22ed0..b232e3b424 100644 --- a/content/en/docs/concepts/storage/storage-classes.md +++ b/content/en/docs/concepts/storage/storage-classes.md @@ -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 %}} \ No newline at end of file +{{% /capture %}}