mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
20 lines
679 B
Plaintext
20 lines
679 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/installing_gcp/installing-gcp-user-infra-vpc.adoc
|
|
|
|
[id="installation-deployment-manager-int-lb_{context}"]
|
|
= Deployment Manager template for the internal load balancer
|
|
|
|
You can use the following Deployment Manager template to deploy the internal load balancer that you need for your {product-title} cluster:
|
|
|
|
.`02_lb_int.py` Deployment Manager template
|
|
[%collapsible]
|
|
====
|
|
[source,python]
|
|
----
|
|
include::https://raw.githubusercontent.com/openshift/installer/release-4.20/upi/gcp/02_lb_int.py[]
|
|
----
|
|
====
|
|
|
|
You will need this template in addition to the `02_lb_ext.py` template when you create an external cluster.
|