You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/latest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Also, make sure to follow the air-gapped installation instructions whenever thos
39
39
40
40
. xref:/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc#_create_namespace[Create the namespace where SUSE Observability will be installed]
You need to set up a storage class. Rancher's `local-path` is recommended if available, but SUSE Storage is also supported.
214
+
{ss-rancher-product-short-name} uses the cluster's default storage class if not specified. You can optionally override this by setting `global.storageClass` in your `values.yaml` file.
214
215
215
216
[tabs]
216
217
====
217
218
Recommended method::
218
219
+
219
220
--
220
-
Add the storage class to your `values.yaml` file under `global.storageClass`:
221
+
If you need to use a specific storage class, add it to your `values.yaml` file under `global.storageClass`:
221
222
222
223
[source,yaml]
223
224
----
224
225
global:
225
-
imageRegistry: "registry.rancher.com"
226
-
storageClass: "local-path" # Your storage class name
226
+
storageClass: "your-storage-class" # e.g., "local-path" for Rancher local-path provisioner
227
227
suseObservability:
228
228
# ... other configuration
229
229
----
@@ -237,8 +237,7 @@ Edit the file `$VALUES_DIR/suse-observability-values/templates/baseConfig_values
0 commit comments