mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
- Find and semi-manually sub in OSP attributes across most mods - RHOSP attribute sub in APIs module
29 lines
769 B
Plaintext
29 lines
769 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * operators/operator-reference.adoc
|
|
|
|
[id="cluster-storage-operator_{context}"]
|
|
= Cluster Storage Operator
|
|
|
|
[discrete]
|
|
== Purpose
|
|
|
|
The Cluster Storage Operator sets {product-title} cluster-wide storage defaults.
|
|
It ensures a default storage class exists for {product-title} clusters.
|
|
|
|
[discrete]
|
|
== Project
|
|
|
|
link:https://github.com/openshift/cluster-storage-operator[cluster-storage-operator]
|
|
|
|
[discrete]
|
|
== Configuration
|
|
|
|
No configuration is required.
|
|
|
|
[discrete]
|
|
== Notes
|
|
|
|
* The Cluster Storage Operator supports Amazon Web Services (AWS) and {rh-openstack-first}.
|
|
* The created storage class can be made non-default by editing its annotation, but
|
|
the storage class cannot be deleted as long as the Operator runs. |