From bc8283997c096c7eb375f2460e884541f3f0cd3a Mon Sep 17 00:00:00 2001 From: Kerry_Kovacevic Date: Tue, 21 Nov 2023 15:55:09 -0500 Subject: [PATCH] remove k8s 1.24 notes --- content/docs/csidriver/features/powermax.md | 1 - content/docs/csidriver/features/powerstore.md | 2 -- 2 files changed, 3 deletions(-) diff --git a/content/docs/csidriver/features/powermax.md b/content/docs/csidriver/features/powermax.md index e386976a26..8ef59839b4 100644 --- a/content/docs/csidriver/features/powermax.md +++ b/content/docs/csidriver/features/powermax.md @@ -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 diff --git a/content/docs/csidriver/features/powerstore.md b/content/docs/csidriver/features/powerstore.md index 8268463ae0..a5d2460a12 100644 --- a/content/docs/csidriver/features/powerstore.md +++ b/content/docs/csidriver/features/powerstore.md @@ -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.