mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
19 lines
582 B
Plaintext
19 lines
582 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/installing_gcp/installing-gcp-user-infra-vpc.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="installation-deployment-manager-private-dns_{context}"]
|
|
= Deployment Manager template for the private DNS
|
|
|
|
You can use the following Deployment Manager template to deploy the private DNS that you need for your {product-title} cluster:
|
|
|
|
.`02_dns.py` Deployment Manager template
|
|
[%collapsible]
|
|
====
|
|
[source,python]
|
|
----
|
|
include::https://raw.githubusercontent.com/openshift/installer/release-4.21/upi/gcp/02_dns.py[]
|
|
----
|
|
====
|