Skip to content

Commit

Permalink
Remove note about Helm value that doesn't exist. Also (#825)
Browse files Browse the repository at this point in the history
remove unneeded DNS subsection from EKS chapter
  • Loading branch information
btat authored May 27, 2020
1 parent b0ca29f commit 6be1c64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 36 deletions.
3 changes: 0 additions & 3 deletions xml/cap_depl_aks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,6 @@ export NODEPOOL_NAME="mypool"
<!-- TODO-CAP2 -->
</screen>

<!-- Explains usage of some Helm values used in the example/minimal values.yaml-->
&config-value-usage;

</sect1>

<!-- Begin optional features -->
Expand Down
4 changes: 0 additions & 4 deletions xml/cap_depl_caasp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,6 @@ sed's/"namespace": "default"/"namespace": "scf"/' | kubectl create --filename -

<!-- TODO-CAP2 -->
</screen>

<!-- Explains usage of some Helm values used in the example/minimal values.yaml-->
&config-value-usage;

</sect1>

<!-- Begin optional features -->
Expand Down
29 changes: 4 additions & 25 deletions xml/cap_depl_eks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@
&min-deploy-note;
</sect1>

<!-- Entry defined in xml/repeated-content-decl.ent -->
&install-helm;

<sect1 xml:id="sec-cap-create-eks-cluster">
<title>Create an EKS Cluster</title>

Expand Down Expand Up @@ -100,26 +97,13 @@
</screen>
</sect1>

<!-- Entry defined in xml/repeated-content-decl.ent -->
&install-helm;

<sect1 xml:id="sec-cap-eks-storage-class">
&storage-class;
</sect1>

<sect1 xml:id="sec-cap-eks-dns">
<title>DNS Configuration</title>

<para>
Creation of the Elastic Load Balancer is triggered by a setting in the &cap;
deployment configuration file.
</para>

<para>
The following table lists the required domain and sub-domains, using
<literal>example.com</literal> as the example domain:
</para>

&dns-tables;

</sect1>
<sect1 xml:id="sec-cap-eks-configuration">
<title>Deployment Configuration</title>

Expand All @@ -134,9 +118,6 @@
### scf-config-values.yaml
<!-- TODO-CAP2 -->
</screen>

<!-- Explains usage of some Helm values used in the example/minimal values.yaml-->
&config-value-usage;
</sect1>

<!-- Begin optional features -->
Expand Down Expand Up @@ -195,16 +176,14 @@ suse https://kubernetes-charts.suse.com/</screen>
&helm-search-suse;

</sect1>

<!-- TODO-CAP2 -->
<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.
</para>

&kubecf-operator-versions;
&kubecf-operator-versions;

<sect2 xml:id="sec-cap-eks-deploy-operator">
&deploy-operator;
Expand Down
4 changes: 0 additions & 4 deletions xml/cap_depl_gke.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,6 @@

<!-- TODO-CAP2 -->
</screen>

<!-- Explains usage of some Helm values used in the example/minimal values.yaml-->
&config-value-usage;

</sect1>

<!-- Begin optional features -->
Expand Down

0 comments on commit 6be1c64

Please sign in to comment.