Skip to content

Commit

Permalink
remove k8s 1.24 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
KerryKovacevic committed Nov 21, 2023
1 parent 332f109 commit bc82839
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion content/docs/csidriver/features/powermax.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,6 @@ Without storage capacity tracking, pods get scheduled on a node satisfying the t

Storage capacity can be tracked by setting the attribute `storageCapacity.enabled` to true in values.yaml (set to true by default) during driver installation. To configure how often driver checks for changed capacity, set the `storageCapacity.pollInterval` attribute (set to 5m by default). In case of driver installed via operator, this interval can be configured in the sample file provided [here.](https://github.com/dell/csm-operator/blob/main/samples) by editing the `--capacity-poll-interval` argument present in the provisioner sidecar.

>Note: This feature requires kubernetes v1.24 and above and will be automatically disabled in lower version of kubernetes.


## Volume Limits
Expand Down
2 changes: 0 additions & 2 deletions content/docs/csidriver/features/powerstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -762,5 +762,3 @@ Without storage capacity tracking, pods get scheduled on a node satisfying the t
The attribute `storageCapacity.enabled` in `my-powerstore-settings.yaml` can be used to enabled/disabled the feature during driver installation .
To configure how often driver checks for changed capacity set `storageCapacity.pollInterval` attribute. In case of driver installed via operator, this interval can be configured in the sample files provided [here](https://github.com/dell/csm-operator/tree/main/samples) by editing the `capacity-poll-interval` argument present in the `provisioner` sidecar.

**Note:**
>This feature requires kubernetes v1.24 and above and will be automatically disabled in lower version of kubernetes.

0 comments on commit bc82839

Please sign in to comment.