From f2d2eb1b0a4e20c9566827d4bfa86eb24883fc54 Mon Sep 17 00:00:00 2001 From: reivaj84 Date: Fri, 22 May 2026 12:39:02 +0200 Subject: [PATCH 1/2] changed nodeSelector key/pair in postgres deployment example. machine-family label doesn't exists in a fresh ocp 4.22 install on gcp --- ...stent-storage-csi-gcp-hyperdisk-storage-pools-procedure.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/persistent-storage-csi-gcp-hyperdisk-storage-pools-procedure.adoc b/modules/persistent-storage-csi-gcp-hyperdisk-storage-pools-procedure.adoc index bfe662f17649..f01d214f5f8a 100644 --- a/modules/persistent-storage-csi-gcp-hyperdisk-storage-pools-procedure.adoc +++ b/modules/persistent-storage-csi-gcp-hyperdisk-storage-pools-procedure.adoc @@ -206,7 +206,7 @@ spec: app: postgres spec: nodeSelector: - cloud.google.com/machine-family: n4 <1> + node.kubernetes.io/instance-type: n4-standard-4 <1> containers: - name: postgres image: postgres:14-alpine From f0e96f2fa803e53a40da93a355bb6c572ad8f74a Mon Sep 17 00:00:00 2001 From: reivaj84 Date: Fri, 22 May 2026 13:53:30 +0200 Subject: [PATCH 2/2] change the footer note #1 to reflect the change done in the yaml example --- ...stent-storage-csi-gcp-hyperdisk-storage-pools-procedure.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/persistent-storage-csi-gcp-hyperdisk-storage-pools-procedure.adoc b/modules/persistent-storage-csi-gcp-hyperdisk-storage-pools-procedure.adoc index f01d214f5f8a..d4e83ac7b18a 100644 --- a/modules/persistent-storage-csi-gcp-hyperdisk-storage-pools-procedure.adoc +++ b/modules/persistent-storage-csi-gcp-hyperdisk-storage-pools-procedure.adoc @@ -219,7 +219,7 @@ spec: persistentVolumeClaim: claimName: my-pvc <2> ---- -<1> Specifies the machine family. In this example, it is `n4`. +<1> Specifies the instance type. In this example, it is `n4-standard-4`. <2> Specifies the name of the PVC created in the preceding step. In this example, it is `my-pfc`. .. Confirm that the deployment was successfully created by running the following command: