File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,9 @@ $ gcloud deployment-manager deployments create ${INFRA_ID}-worker --config 06_wo
140
140
[.small]
141
141
--
142
142
1. To use a GCP Marketplace image, specify the offer to use:
143
- ** {product-title} : `\https://www.googleapis.com/compute/v1/projects/redhat-marketplace-public/global/images/redhat-coreos-ocp-48 -x86-64-202210040145 `
144
- ** {opp} : `\https://www.googleapis.com/compute/v1/projects/redhat-marketplace-public/global/images/redhat-coreos-opp-48 -x86-64-202206140145 `
145
- ** {oke} : `\https://www.googleapis.com/compute/v1/projects/redhat-marketplace-public/global/images/redhat-coreos-oke-48 -x86-64-202206140145 `
143
+ ** {product-title} : `\https://www.googleapis.com/compute/v1/projects/redhat-marketplace-public/global/images/redhat-coreos-ocp-413 -x86-64-202305021736 `
144
+ ** {opp} : `\https://www.googleapis.com/compute/v1/projects/redhat-marketplace-public/global/images/redhat-coreos-opp-413 -x86-64-202305021736 `
145
+ ** {oke} : `\https://www.googleapis.com/compute/v1/projects/redhat-marketplace-public/global/images/redhat-coreos-oke-413 -x86-64-202305021736 `
146
146
--
147
147
148
148
ifeval::["{context} " == "installing-gcp-user-infra"]
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ $ openshift-install create manifests --dir <installation_dir>
28
28
29
29
. In each file, edit the `.spec.template.spec.providerSpec.value.disks[0].image` property to reference the offer to use:
30
30
+
31
- {product-title} :: `projects/redhat-marketplace-public/global/images/redhat-coreos-ocp-48 -x86-64-202210040145 `
32
- {opp} :: `projects/redhat-marketplace-public/global/images/redhat-coreos-opp-48 -x86-64-202206140145 `
33
- {oke} :: `projects/redhat-marketplace-public/global/images/redhat-coreos-oke-48 -x86-64-202206140145 `
31
+ {product-title} :: `projects/redhat-marketplace-public/global/images/redhat-coreos-ocp-413 -x86-64-202305021736 `
32
+ {opp} :: `projects/redhat-marketplace-public/global/images/redhat-coreos-opp-413 -x86-64-202305021736 `
33
+ {oke} :: `projects/redhat-marketplace-public/global/images/redhat-coreos-oke-413 -x86-64-202305021736 `
34
34
35
35
.Example compute machine set with the GCP Marketplace image
36
36
[source,yaml]
You can’t perform that action at this time.
0 commit comments