Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions modules/nodes-nodes-additional-crio-storage-configuring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ When using multiple `ContainerRuntimeConfig` resources, merge all additional sto

.Prerequisites

* You enabled the required Technology Preview features for your cluster by adding the `TechPreviewNoUpgrade` feature set to the `FeatureGate` CR named `cluster`. For information about enabling Feature Gates, see "Enabling features using feature gates".
+
[WARNING]
====
Enabling the `TechPreviewNoUpgrade` feature set on your cluster cannot be undone and prevents minor version updates. This feature set allows you to enable these Technology Preview features on test clusters, where you can fully test them. Do not enable this feature set on production clusters.
====

* If you are configuring the `additionalImageStores` or `additionalLayerStores` field, the target storage paths must exist and be accessible on the nodes and the container image or layers must be present in the directory. For network storage, ensure the paths are mounted before applying the configuration.

* If you are configuring the `additionalLayerStores` field, you must meet the following additional prerequisites:
Expand Down
3 changes: 0 additions & 3 deletions nodes/nodes/nodes-nodes-additional-crio-storage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ To reduce application startup time, make your applications run more efficiently,

Fields in the `ContainerRuntimeConfig` custom resource (CR) let you specify where CRI-O stores and resolves container image layers, complete container images, and OCI artifacts.

:FeatureName: Using additional CRI-O storage locations
include::snippets/technology-preview.adoc[]

include::modules/nodes-nodes-additional-crio-storage-about.adoc[leveloffset=+1]
include::modules/nodes-nodes-additional-crio-storage-configuring.adoc[leveloffset=+1]

Expand Down