Skip to content

Commit c016e6e

Browse files
committed
Remove BYOC references
Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
1 parent 5a73275 commit c016e6e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

charts/cluster/docs/runbooks/CNPGClusterHighPhysicalReplicationLagWarning.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,14 @@ kubectl exec -it services/paradedb-rw --namespace <namespace> -- psql
4848

4949
- Increase the Memory and CPU resources of the ParadeDB instances under heavy load. This can be done by setting `cluster.resources.requests` and `cluster.resources.limits` in your Helm values. Set both `requests` and `limits` to the same value to achieve QoS Guaranteed. This will require a restart of the CloudNativePG cluster instances and a primary switchover, which will cause a brief service disruption.
5050

51-
If using the ParadeDB BYOC Terraform module, this can be done by setting the `paradedb.cpu` and `paradedb.mem` parameters in the `.tfvars` file(s).
52-
5351
- Enable `wal_compression` by setting the `cluster.postgresql.parameters.wal_compression` parameter to `on`. Doing so will reduce the size of the WAL files and can help reduce replication lag in a congested network. Changing `wal_compression` does not require a restart of the CloudNativePG cluster.
5452

55-
If using the ParadeDB BYOC Terraform module, this can be done by setting `paradedb.postgresql.parameters.wal_compression`.
56-
5753
- Increase IOPS or throughput of the storage used by the cluster to alleviate disk I/O bottlenecks. This requires creating a new storage class with higher IOPS/throughput and rebuilding cluster instances and their PVCs one by one using the new storage class. This is a slow process that will also affect the cluster's availability.
5854

5955
If you decide to go this route:
6056

6157
1. Start by creating a new storage class. Storage classes are immutable, so you cannot change the storage class of existing Persistent Volume Claims (PVCs).
6258

63-
If using the ParadeDB BYOC Terraform module, add the new storage to the cluster's BYOC values - `k8s.storageClasses`.
64-
6559
2. Make sure to only replace one instance at a time to avoid service disruption.
6660

6761
3. Double check you are deleting the correct pod.

charts/cluster/docs/runbooks/CNPGClusterPhysicalReplicationLag.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ SHOW max_replication_slots;
118118
memory: 16Gi
119119
```
120120
121-
If using the ParadeDB BYOC Terraform module, this can be done by setting the `paradedb.cpu` and `paradedb.mem` parameters in the `.tfvars` file(s).
122-
123121
3. **Enable WAL Compression:**
124122
```yaml
125123
cluster:

0 commit comments

Comments
 (0)