Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8s: troubleshooting cmds, weight change #222

Merged
merged 2 commits into from
May 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
```