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: setup/data-management/data_retention.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,15 +99,15 @@ In most clusters it's possible to resize a persistent volume after it has been c
99
99
2. Resize the volumes
100
100
3. Update values.yaml and apply change (optional but recommended)
101
101
102
-
The examples below use the VictoriaMetrics storage as an example. SUSE Observability is installed in the `stackstate` namespace. The volume is going to be resized to 500Gi.
102
+
The examples below use the VictoriaMetrics storage as an example. SUSE Observability is installed in the `suse-observability` namespace. The volume is going to be resized to 500Gi.
103
103
104
104
### Verify the storage class supports resizing
105
105
106
106
Use the following `kubectl` commands to get the storage class used and check that the `allowVolumeExpansion` is set to true.
107
107
108
108
```bash
109
109
# Get the PVC's for SUSE Observability
110
-
kubectl get pvc --namespace stackstate
110
+
kubectl get pvc --namespace suse-observability
111
111
112
112
# There is a storage class column in the output, copy it and use it to describe the storage class
0 commit comments