mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OSDOCS-12842#Remove Share Resource CSI Driver
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
7b8cb17132
commit
400c306ced
@@ -1758,8 +1758,6 @@ Topics:
|
||||
File: persistent-storage-csi
|
||||
- Name: CSI inline ephemeral volumes
|
||||
File: ephemeral-storage-csi-inline
|
||||
- Name: Shared Resource CSI Driver Operator
|
||||
File: ephemeral-storage-shared-resource-csi-driver-operator
|
||||
- Name: CSI volume snapshots
|
||||
File: persistent-storage-csi-snapshots
|
||||
- Name: CSI volume cloning
|
||||
|
||||
@@ -8,7 +8,7 @@ The `SharedSecret` object allows you to share and synchronize secrets across nam
|
||||
|
||||
[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.
|
||||
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 removed in {product-title} 4.18 and later. To use this feature, ensure that you are using {builds-v2title} 1.1 or later.
|
||||
====
|
||||
|
||||
.Prerequisites
|
||||
|
||||
@@ -110,8 +110,6 @@ If the referenced CSI driver for a CSI ephemeral volume does not have the `csi-e
|
||||
|
||||
The CSI drivers that ship with {product-title} and support ephemeral volumes have a reasonable default set for the `csi-ephemeral-volume-profile` label:
|
||||
|
||||
* Shared Resource CSI driver: restricted
|
||||
|
||||
* Azure File CSI driver: privileged
|
||||
|
||||
An admin can change the default value of the label if desired.
|
||||
@@ -14,16 +14,12 @@ This feature allows you to specify CSI volumes directly in the `Pod` specificati
|
||||
|
||||
[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.
|
||||
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 removed in {product-title} 4.18 and later. To use this feature, ensure that you are using {builds-v2title} 1.1 or later.
|
||||
====
|
||||
|
||||
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 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.
|
||||
|
||||
:FeatureName: Shared Resource CSI Driver
|
||||
include::snippets/technology-preview.adoc[leveloffset=+0]
|
||||
|
||||
@@ -48,9 +48,6 @@ endif::openshift-rosa,openshift-dedicated[]
|
||||
|`quay.io/netobserv/must-gather`
|
||||
|Data collection for the Network Observability Operator.
|
||||
|
||||
|`registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8`
|
||||
|Data collection for OpenShift Shared Resource CSI Driver.
|
||||
|
||||
ifndef::openshift-rosa,openshift-dedicated[]
|
||||
|`registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9:v<installed_version_LSO>`
|
||||
|Data collection for Local Storage Operator.
|
||||
|
||||
@@ -20,6 +20,49 @@ Enabling the `TechPreviewNoUpgrade` feature set on your cluster cannot be undone
|
||||
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`)
|
||||
** 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`)
|
||||
** Insights Operator. Enables a new data collection feature called 'Insights Runtime Extractor' which, when enabled, allows Red{nbsp}Hat to gather more runtime workload data about your {product-title} containers. (`InsightsRuntimeExtractor`)
|
||||
** Dynamic Resource Allocation API. Enables a new API for requesting and sharing resources between pods and containers. This is an internal feature that most users do not need to interact with. (`DynamicResourceAllocation`)
|
||||
** Pod security admission enforcement. Enables the restricted enforcement mode for pod security admission. Instead of only logging a warning, pods are rejected if they violate pod security standards. (`OpenShiftPodSecurityAdmission`)
|
||||
** StatefulSet pod availability upgrading limits. Enables users to define the maximum number of statefulset pods unavailable during updates which reduces application downtime. (`MaxUnavailableStatefulSet`)
|
||||
** `OVNObservability` resource allows you to verify expected network behavior. Supports the following network APIs: `NetworkPolicy`, `AdminNetworkPolicy`, `BaselineNetworkPolicy`, `UserDefinesdNetwork` isolation, multicast ACLs, and egress firewalls. When enabled, you can view network events in the terminal.
|
||||
** `gcpLabelsTags`
|
||||
** `vSphereStaticIPs`
|
||||
** `routeExternalCertificate`
|
||||
** `automatedEtcdBackup`
|
||||
** `gcpClusterHostedDNS`
|
||||
** `vSphereControlPlaneMachineset`
|
||||
** `dnsNameResolver`
|
||||
** `machineConfigNodes`
|
||||
** `metricsServer`
|
||||
** `installAlternateInfrastructureAWS`
|
||||
** `mixedCPUsAllocation`
|
||||
** `managedBootImages`
|
||||
** `onClusterBuild`
|
||||
** `signatureStores`
|
||||
** `SigstoreImageVerification`
|
||||
** `DisableKubeletCloudCredentialProviders`
|
||||
** `BareMetalLoadBalancer`
|
||||
** `ClusterAPIInstallAWS`
|
||||
** `ClusterAPIInstallAzure`
|
||||
** `ClusterAPIInstallNutanix`
|
||||
** `ClusterAPIInstallOpenStack`
|
||||
** `ClusterAPIInstallVSphere`
|
||||
** `HardwareSpeed`
|
||||
** `KMSv1`
|
||||
** `NetworkDiagnosticsConfig`
|
||||
** `VSphereDriverConfiguration`
|
||||
** `ExternalOIDC`
|
||||
** `ChunkSizeMiB`
|
||||
** `ClusterAPIInstallGCP`
|
||||
** `ClusterAPIInstallPowerVS`
|
||||
** `EtcdBackendQuota`
|
||||
** `InsightsConfig`
|
||||
** `InsightsOnDemandDataGather`
|
||||
** `MetricsCollectionProfiles`
|
||||
** `NewOLM`
|
||||
** `AWSClusterHostedDNS`
|
||||
** `AdditionalRoutingCapabilities`
|
||||
|
||||
@@ -56,7 +56,6 @@ ifndef::openshift-dedicated,openshift-rosa[]
|
||||
|OpenStack Cinder | ✅ | ✅ | ✅|
|
||||
|OpenShift Data Foundation | ✅ | ✅ | ✅|
|
||||
|OpenStack Manila | ✅ | | ✅ |
|
||||
|Shared Resource | | | | ✅
|
||||
|CIFS/SMB | | ✅ | |
|
||||
|VMware vSphere | ✅^[1]^ | | ✅^[2]^|
|
||||
endif::openshift-dedicated,openshift-rosa[]
|
||||
|
||||
@@ -12,7 +12,6 @@ Container Storage Interface (CSI) inline ephemeral volumes allow you to define a
|
||||
|
||||
This feature is only available with supported Container Storage Interface (CSI) drivers:
|
||||
|
||||
* Shared Resource CSI driver
|
||||
* Azure File CSI driver
|
||||
* {secrets-store-driver}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user