Skip to content

Commit

Permalink
troubleshooting cmds, weight change
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlynmichael committed May 15, 2024
1 parent 163a5ff commit cfc34b1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions content/operate/kubernetes/re-clusters/expand-pvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ categories:
- kubernetes
description: Expand your persistent volume claim by editing the REC.
linkTitle: Expand PVC
weight: 15
weight: 82
---

This article outlines steps to increase the size of the persistent volume claim for your Redis Enterprise cluster (REC).
Expand Down Expand Up @@ -87,4 +87,13 @@ status:
If an error occurs during this process:

- Examine the status and events of the REC and PVC objects.
- Examine the logs of the operator pods.

```sh
kubectl describe pvc
```

```sh
kubectl get events
```

- Examine the [logs]({{<relref "/operate/kubernetes/logs/collect-logs">}}) of the operator pods.

0 comments on commit cfc34b1

Please sign in to comment.