Skip to content

Commit 8c82695

Browse files
authored
Merge pull request #85860 from openshift-cherrypick-robot/cherry-pick-83608-to-enterprise-4.16
[enterprise-4.16] : Update docs to reflect installer upi changes
2 parents e8b1d62 + 9b8ce1c commit 8c82695

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/installation-creating-gcp-bootstrap.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ $ gcloud compute instance-groups unmanaged add-instances \
125125
[source,terminal]
126126
----
127127
$ gcloud compute backend-services add-backend \
128-
${INFRA_ID}-api-internal-backend-service --region=${REGION} --instance-group=${INFRA_ID}-bootstrap-ig --instance-group-zone=${ZONE_0}
128+
${INFRA_ID}-api-internal --region=${REGION} --instance-group=${INFRA_ID}-bootstrap-ig --instance-group-zone=${ZONE_0}
129129
----
130130
endif::shared-vpc[]
131131
@@ -141,7 +141,7 @@ $ gcloud compute instance-groups unmanaged add-instances ${INFRA_ID}-bootstrap-i
141141
+
142142
[source,terminal]
143143
----
144-
$ gcloud compute backend-services add-backend ${INFRA_ID}-api-internal-backend-service --region=${REGION} --instance-group=${INFRA_ID}-bootstrap-ig --instance-group-zone=${ZONE_0}
144+
$ gcloud compute backend-services add-backend ${INFRA_ID}-api-internal --region=${REGION} --instance-group=${INFRA_ID}-bootstrap-ig --instance-group-zone=${ZONE_0}
145145
----
146146
endif::shared-vpc[]
147147

modules/installation-gcp-user-infra-wait-for-bootstrap.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ has initialized.
4444
+
4545
[source,terminal]
4646
----
47-
$ gcloud compute backend-services remove-backend ${INFRA_ID}-api-internal-backend-service --region=${REGION} --instance-group=${INFRA_ID}-bootstrap-ig --instance-group-zone=${ZONE_0}
47+
$ gcloud compute backend-services remove-backend ${INFRA_ID}-api-internal --region=${REGION} --instance-group=${INFRA_ID}-bootstrap-ig --instance-group-zone=${ZONE_0}
4848
----
4949
+
5050
[source,terminal]

0 commit comments

Comments
 (0)