From 3d308a6b6c1d91640f164b3a91137987c34a9632 Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Tue, 21 Aug 2018 12:28:54 -0700 Subject: [PATCH] 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 --- content/en/docs/concepts/storage/storage-classes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 %}}