Skip to content

Commit

Permalink
Remove sections refering to configuring DNS. (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
KucharczykL authored May 28, 2020
1 parent 3d88640 commit d494084
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 97 deletions.
15 changes: 0 additions & 15 deletions xml/cap_depl_admin_notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,6 @@
<title>Namespaces</title>
&release-name-length;
</sect1>
<sect1>
<title>DNS Management</title>

<para>
The following tables list the minimum DNS requirements to run &productname;, using
<literal>example.com</literal> as the example domain. Your DNS management is
platform-dependent, for example &aks; assigns IP addresses to your
services, which you will map to A records. &eks; assigns host names,
which you will use to create CNAMEs. &caasp; provides the flexibility
to manage your name services in nearly any way you wish. The chapters for
each platform in this guide provide the relevant DNS instructions.
</para>

&dns-tables;
</sect1>
<sect1 xml:id="cha-cap-depl-notes-releases">
<title>Releases and Associated Versions</title>

Expand Down
2 changes: 1 addition & 1 deletion xml/cap_depl_aks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ suse https://kubernetes-charts.suse.com/
<title>Deploying &productname;</title>
<para>
This section describes how to deploy &productname; with a basic
AKS load balancer and how to configure your DNS records.
AKS load balancer.
</para>

&kubecf-operator-versions;
Expand Down
3 changes: 1 addition & 2 deletions xml/cap_depl_eks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ suse https://kubernetes-charts.suse.com/</screen>
<sect1 xml:id="sec-cap-cap-on-eks">
<title>Deploying &productname;</title>
<para>
This section describes how to deploy &productname; on &eks;, and how to
configure your DNS records.
This section describes how to deploy &productname; on &eks;.
</para>

&kubecf-operator-versions;
Expand Down
79 changes: 0 additions & 79 deletions xml/repeated-content-decl.ent
Original file line number Diff line number Diff line change
Expand Up @@ -130,85 +130,6 @@ Before you start deploying &productname;, review the following documents:
</para>
</warning>'>

<!--ENTITY dns-tables.......................................................-->

<!ENTITY dns-tables
'&supported-domains;
<informaltable xmlns="http://docbook.org/ns/docbook">
<tgroup cols="2">
<thead>
<row>
<entry>Domains</entry>
<entry>Services</entry>
</row>
</thead>
<tbody>
<row>
<entry>uaa.example.com</entry>
<entry>uaa-uaa-public</entry>
</row>
<row>
<entry>*.uaa.example.com</entry>
<entry>uaa-uaa-public</entry>
</row>
<row>
<entry>example.com</entry>
<entry>router-gorouter-public</entry>
</row>
<row>
<entry>*.example.com</entry>
<entry>router-gorouter-public</entry>
</row>
<row>
<entry>tcp.example.com</entry>
<entry>tcp-router-tcp-router-public</entry>
</row>
<row>
<entry>ssh.example.com</entry>
<entry>diego-ssh-ssh-proxy-public</entry>
</row>
</tbody>
</tgroup>
</informaltable>

<para xmlns="http://docbook.org/ns/docbook">
A &productname; cluster exposes these four services:
</para>

<informaltable xmlns="http://docbook.org/ns/docbook">
<tgroup cols="2">
<thead>
<row>
<entry>&kube; service descriptions</entry>
<entry>&kube; service names</entry>
</row>
</thead>
<tbody>
<row>
<entry>&uaa; (<literal>uaa</literal>)</entry>
<entry>uaa-uaa-public</entry>
</row>
<row>
<entry>Cloud Foundry (CF) TCP routing service</entry>
<entry>tcp-router-tcp-router-public</entry>
</row>
<row>
<entry>CF application SSH access</entry>
<entry>diego-ssh-ssh-proxy-public</entry>
</row>
<row>
<entry>CF router</entry>
<entry>router-gorouter-public</entry>
</row>
</tbody>
</tgroup>
</informaltable>

<para xmlns="http://docbook.org/ns/docbook">
<literal>uaa-uaa-public</literal> is in the <literal>uaa</literal>
namespace, and the rest are in the <literal>scf</literal> namespace.
</para>'>

<!--ENTITY releases-table...................................................-->

<!ENTITY releases-table
Expand Down

0 comments on commit d494084

Please sign in to comment.