deprecation: Update quobyte storage class
This change adds a deprecation notice for the in-tree quobyte storage class and offers a link to the out-of-tree example. Signed-off-by: Victor Palade <victor@cloudflavor.io>pull/29144/head
parent
ddf46cfd6b
commit
4b3b80f962
|
@ -601,6 +601,12 @@ parameters:
|
||||||
|
|
||||||
### Quobyte
|
### Quobyte
|
||||||
|
|
||||||
|
{{< feature-state for_k8s_version="v1.22" state="deprecated" >}}
|
||||||
|
|
||||||
|
The Quobyte in-tree storage plugin is deprecated, an
|
||||||
|
[example](https://github.com/quobyte/quobyte-csi/blob/master/example/StorageClass.yaml)
|
||||||
|
`StorageClass` for the out-of-tree Quobyte plugin can be found at the Quobyte CSI repository.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: storage.k8s.io/v1
|
apiVersion: storage.k8s.io/v1
|
||||||
kind: StorageClass
|
kind: StorageClass
|
||||||
|
|
Loading…
Reference in New Issue