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..d4e83ac7b18a 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 @@ -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: