From fd697b43a98c1928355490630b6811f6ff73fe91 Mon Sep 17 00:00:00 2001 From: shivanisathe25 Date: Wed, 4 Dec 2024 11:57:26 +0530 Subject: [PATCH] removed CSI TP references --- ...imitations-for-shared-resource-csi-driver.adoc | 5 ----- .../ephemeral-storage-csi-inline-overview.adoc | 3 --- .../nodes-cluster-enabling-features-about.adoc | 1 - release_notes/ocp-4-17-release-notes.adoc | 15 +++++++++------ ...orage-shared-resource-csi-driver-operator.adoc | 10 ++++++---- 5 files changed, 15 insertions(+), 19 deletions(-) diff --git a/modules/ephemeral-storage-additional-support-limitations-for-shared-resource-csi-driver.adoc b/modules/ephemeral-storage-additional-support-limitations-for-shared-resource-csi-driver.adoc index 36dfe6b853..0f5fc0e65a 100644 --- a/modules/ephemeral-storage-additional-support-limitations-for-shared-resource-csi-driver.adoc +++ b/modules/ephemeral-storage-additional-support-limitations-for-shared-resource-csi-driver.adoc @@ -3,11 +3,6 @@ [id="ephemeral-storage-additional-support-limitations-for-shared-resource-csi-driver_{context}"] = Additional support limitations for the Shared Resource CSI Driver -[IMPORTANT] -==== -The Shared Resource CSI Driver feature is now generally available in link:https://docs.redhat.com/en/documentation/builds_for_red_hat_openshift/1.1[{builds-v2title} 1.1]. This feature is now deprecated in {product-title}. To use this feature, ensure you are using {builds-v2title} 1.1 or a more recent version. -==== - [role="_abstract"] The Shared Resource CSI Driver has the following noteworthy limitations: diff --git a/modules/ephemeral-storage-csi-inline-overview.adoc b/modules/ephemeral-storage-csi-inline-overview.adoc index 33f80c4b73..18c9a71ed2 100644 --- a/modules/ephemeral-storage-csi-inline-overview.adoc +++ b/modules/ephemeral-storage-csi-inline-overview.adoc @@ -24,6 +24,3 @@ By default, {product-title} supports CSI inline ephemeral volumes with these lim * Community or storage vendors provide other CSI drivers that support these volumes. Follow the installation instructions provided by the CSI driver provider. CSI drivers might not have implemented the inline volume functionality, including `Ephemeral` capacity. For details, see the CSI driver documentation. - -:FeatureName: Shared Resource CSI Driver -include::snippets/technology-preview.adoc[leveloffset=+0] diff --git a/modules/nodes-cluster-enabling-features-about.adoc b/modules/nodes-cluster-enabling-features-about.adoc index b94ce1a846..a8b41c0e93 100644 --- a/modules/nodes-cluster-enabling-features-about.adoc +++ b/modules/nodes-cluster-enabling-features-about.adoc @@ -21,7 +21,6 @@ The following Technology Preview features are enabled by this feature set: + -- ** External cloud providers. Enables support for external cloud providers for clusters on vSphere, AWS, Azure, and GCP. Support for OpenStack is GA. This is an internal feature that most users do not need to interact with. (`ExternalCloudProvider`) -** Shared Resources CSI Driver in OpenShift Builds. Enables the Container Storage Interface (CSI). (`CSIDriverSharedResource`) ** Swap memory on nodes. Enables swap memory use for {product-title} workloads on a per-node basis. (`NodeSwap`) ** OpenStack Machine API Provider. This gate has no effect and is planned to be removed from this feature set in a future release. (`MachineAPIProviderOpenStack`) ** Insights Operator. Enables the `InsightsDataGather` CRD, which allows users to configure some Insights data gathering options. The feature set also enables the `DataGather` CRD, which allows users to run Insights data gathering on-demand. (`InsightsConfigAPI`) diff --git a/release_notes/ocp-4-17-release-notes.adoc b/release_notes/ocp-4-17-release-notes.adoc index 00fa809b73..111ec61b6e 100644 --- a/release_notes/ocp-4-17-release-notes.adoc +++ b/release_notes/ocp-4-17-release-notes.adoc @@ -1474,8 +1474,16 @@ In the following tables, features are marked with the following statuses: |General Availability |Removed |Removed -|==== +|Shared Resources CSI Driver ^[1]^ +|Deprecated +|Deprecated +|Deprecated +|==== +[.small] +-- +1. The Shared Resource CSI Driver feature is now generally available in Builds for Red Hat OpenShift 1.1. This feature is now deprecated in OpenShift Container Platform. To use this feature, ensure you are using Builds for Red Hat OpenShift 1.1 or a more recent version. +-- [discrete] [id="ocp-4-17-node-dep-rem_{context}"] === Node deprecated and removed features @@ -2260,11 +2268,6 @@ In the following tables, features are marked with the following statuses: |General Availability |General Availability -|Shared Resources CSI Driver in OpenShift Builds -|Technology Preview -|Technology Preview -|Technology Preview - |{secrets-store-operator} |Technology Preview |Technology Preview diff --git a/storage/container_storage_interface/ephemeral-storage-shared-resource-csi-driver-operator.adoc b/storage/container_storage_interface/ephemeral-storage-shared-resource-csi-driver-operator.adoc index 8a202a256b..febe23f953 100644 --- a/storage/container_storage_interface/ephemeral-storage-shared-resource-csi-driver-operator.adoc +++ b/storage/container_storage_interface/ephemeral-storage-shared-resource-csi-driver-operator.adoc @@ -6,15 +6,17 @@ include::_attributes/common-attributes.adoc[] toc::[] - [role="_abstract"] + +[IMPORTANT] +==== +The Shared Resource CSI Driver feature is now generally available in link:https://docs.redhat.com/en/documentation/builds_for_red_hat_openshift/1.1[{builds-v2title} 1.1]. This feature is now deprecated in {product-title}. To use this feature, ensure you are using {builds-v2title} 1.1 or a more recent version. +==== + As a cluster administrator, you can use the Shared Resource CSI Driver in {product-title} to provision inline ephemeral volumes that contain the contents of `Secret` or `ConfigMap` objects. This way, pods and other Kubernetes types that expose volume mounts, and {product-title} Builds can securely use the contents of those objects across potentially any namespace in the cluster. To accomplish this, there are currently two types of shared resources: a `SharedSecret` custom resource for `Secret` objects, and a `SharedConfigMap` custom resource for `ConfigMap` objects. // The Shared Resource CSI Driver in {product-title}, as opposed to the driver for upstream Kubernetes... -:FeatureName: The Shared Resource CSI Driver -include::snippets/technology-preview.adoc[leveloffset=+1] - [NOTE] ==== To enable the Shared Resource CSI Driver, you must xref:../../nodes/clusters/nodes-cluster-enabling-features.adoc#nodes-cluster-enabling[enable features using feature gates].