Merge pull request #23061 from pohly/storage-capacity
storage capacity: mention API group
This commit is contained in:
@@ -104,7 +104,13 @@ to handle this automatically.
|
|||||||
## Enabling storage capacity tracking
|
## Enabling storage capacity tracking
|
||||||
|
|
||||||
Storage capacity tracking is an *alpha feature* and only enabled when
|
Storage capacity tracking is an *alpha feature* and only enabled when
|
||||||
the `CSIStorageCapacity` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled. A quick check
|
the `CSIStorageCapacity` [feature
|
||||||
|
gate](/docs/reference/command-line-tools-reference/feature-gates/) and
|
||||||
|
the `storage.k8s.io/v1alpha1` {{< glossary_tooltip text="API group" term_id="api-group" >}} are enabled. For details on
|
||||||
|
that, see the `--feature-gates` and `--runtime-config` [kube-apiserver
|
||||||
|
parameters](/docs/reference/command-line-tools-reference/kube-apiserver/).
|
||||||
|
|
||||||
|
A quick check
|
||||||
whether a Kubernetes cluster supports the feature is to list
|
whether a Kubernetes cluster supports the feature is to list
|
||||||
CSIStorageCapacity objects with:
|
CSIStorageCapacity objects with:
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Reference in New Issue
Block a user