Skip to content

Commit e2f34d2

Browse files
committed
docs: update recipe 1 with CNPG 1.29.1
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
1 parent 618a50e commit e2f34d2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.DS_Store

2 KB
Binary file not shown.

content/posts/20240303-recipe-local-setup/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ your future CloudNativePG explorations with a fully open source stack._
1919

2020
<!--more-->
2121

22-
_NOTE: this article has been updated on April 14th, 2026 with the most recent
22+
_NOTE: this article has been updated on June 1st, 2026 with the most recent
2323
versions of `kind` and `cloudnative-pg`. You might also be interested in
2424
the [CNPG Playground project]({{< relref "../20240920-cnpg-playground/index.md">}})
2525
that was launched in the meantime._
@@ -105,12 +105,12 @@ installation of CloudNativePG.
105105
To deploy the latest stable version, refer to the
106106
[CloudNativePG documentation for instructions on installing the operator via Kubernetes manifests](https://cloudnative-pg.io/docs/current/installation_upgrade/#directly-using-the-operator-manifest).
107107

108-
For instance, to install version 1.29.0, the latest available at the time of
108+
For instance, to install version 1.29.1, the latest available at the time of
109109
writing, use the following command:
110110

111111
```sh
112112
kubectl apply --server-side -f \
113-
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.29/releases/cnpg-1.29.0.yaml
113+
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.29/releases/cnpg-1.29.1.yaml
114114
```
115115

116116
This command creates a `Deployment` resource named `cnpg-controller-manager`
@@ -243,9 +243,9 @@ cluster-example-3 0/6000060 0/6000060 0/6000060 0/6000060 00:00:00 00:00
243243
Instances status
244244
Name Current LSN Replication role Status QoS Manager Version Node
245245
---- ----------- ---------------- ------ --- --------------- ----
246-
cluster-example-1 0/6000060 Primary OK BestEffort 1.29.0 cnpg-control-plane
247-
cluster-example-2 0/6000060 Standby (async) OK BestEffort 1.29.0 cnpg-control-plane
248-
cluster-example-3 0/6000060 Standby (async) OK BestEffort 1.29.0 cnpg-control-plane
246+
cluster-example-1 0/6000060 Primary OK BestEffort 1.29.1 cnpg-control-plane
247+
cluster-example-2 0/6000060 Standby (async) OK BestEffort 1.29.1 cnpg-control-plane
248+
cluster-example-3 0/6000060 Standby (async) OK BestEffort 1.29.1 cnpg-control-plane
249249
```
250250

251251
This tool becomes indispensable as it provides essential insights into your

0 commit comments

Comments
 (0)