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
With CNPG 1.28 there is no need to specify the TCP timeout for standbys.
I have removed the two terminal story.
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
All subsequent commands reference files in this repository (experiments, scripts, monitoring configs). Keep this terminal window open.
66
+
All subsequent commands reference files in this repository (experiments, scripts, monitoring configs).
67
67
68
68
### 1. Bootstrap the CNPG Playground
69
69
70
70
The upstream documentation provides detailed instructions for prerequisites and networking. Follow the setup instructions here: <https://github.com/cloudnative-pg/cnpg-playground#usage>.
71
71
72
-
**Open a new terminal** and run:
72
+
Deploy the `cnpg-playground` project in a parallel folder to `chaos-testing`:
./scripts/info.sh # displays contexts and access information
97
+
```
98
+
83
99
### 2. Install CloudNativePG and Create the PostgreSQL Cluster
84
100
85
101
With the Kind cluster running, install the operator using the **kubectl cnpg plugin** as recommended in the [CloudNativePG Installation & Upgrades guide](https://cloudnative-pg.io/documentation/current/installation_upgrade/). This approach ensures you get the latest stable operator version:
86
102
87
-
**In the cnpg-playground terminal:**
103
+
**In the `cnpg-playground` folder:**
88
104
89
105
```bash
90
-
# Re-export the playground kubeconfig if you opened a new shell
91
-
export KUBECONFIG=$PWD/k8s/kube-config.yaml
92
-
kubectl config use-context kind-k8s-eu
93
-
94
106
# Install the latest operator version using the kubectl cnpg plugin
0 commit comments