Skip to content

Commit

Permalink
Merge pull request #82299 from openshift-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-82292-to-enterprise-4.17

[enterprise-4.17] [enterprise-4.17] Add deprecation notice for Shared CSI Driver
  • Loading branch information
jeana-redhat authored Sep 23, 2024
2 parents d00f69d + ca8c9b7 commit eb37a07
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ You can use a `SharedSecret` object to securely access the entitlement keys of a

The `SharedSecret` object allows you to share and synchronize secrets across namespaces.

:FeatureName: Shared Resource CSI Driver
include::snippets/technology-preview.adoc[]
[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.
====

.Prerequisites

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
[id="ephemeral-storage-additional-details-about-volumeattributes-on-shared-resource-pod-volumes_{context}"]
= Additional details about VolumeAttributes on shared resource pod volumes

[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 following attributes affect shared resource pod volumes in various ways:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
[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:

Expand Down
7 changes: 6 additions & 1 deletion modules/ephemeral-storage-csi-inline-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ This feature allows you to specify CSI volumes directly in the `Pod` specificati

== Support limitations

[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.
====

By default, {product-title} supports CSI inline ephemeral volumes with these limitations:

* Support is only available for CSI drivers. In-tree and FlexVolumes are not supported.
* The Shared Resource CSI Driver supports using inline ephemeral volumes only to access `Secrets` or `ConfigMaps` across multiple namespaces as a Technology Preview feature.
* The Shared Resource CSI Driver supports using inline ephemeral volumes only to access `Secrets` or `ConfigMaps` across multiple namespaces as a Technology Preview feature in {product-title}.
* 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.
Expand Down

0 comments on commit eb37a07

Please sign in to comment.