Skip to content

Commit

Permalink
K8s: troubleshooting cmds, weight change (#222)
Browse files Browse the repository at this point in the history
* troubleshooting cmds, weight change

* add logs kubectl cmd
  • Loading branch information
kaitlynmichael committed May 29, 2024
1 parent a5db80a commit 2e03b73
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 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,17 @@ 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 of the operator pods.

```sh
kubectl logs <operator_pod_name>
```

0 comments on commit 2e03b73

Please sign in to comment.