Skip to content

Commit 0ef294e

Browse files
committed
fixup hybrid section and remove RSS feed
1 parent 6d9004f commit 0ef294e

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

build-info.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,8 @@
2424
</options>
2525
-->
2626
<builds>
27-
<html>
28-
<rss>
29-
<title>EKS Best Practices Guide Updates</title>
30-
<filename>eks-bpg</filename>
31-
</rss>
32-
</html>
33-
34-
<pdf/>
35-
36-
</builds>
27+
<html/>
28+
</builds>
3729

3830
</guide>
3931
</guides>

latest/bpg/hybrid/network-disconnections/best-practices.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ spec:
136136
operator: "Exists"
137137
effect: "NoExecute"
138138
tolerationSeconds: 1800
139-
----
139+
----

latest/bpg/hybrid/network-disconnections/index.adoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//!!NODE_ROOT <section>
2-
[."topic"]
1+
//!!NODE_ROOT <chapter>
2+
[.topic]
33
[[hybrid-nodes-network-disconnections,hybrid-nodes-network-disconnections.title]]
44
= EKS Hybrid Nodes and network disconnections
55
:doctype: section
@@ -10,10 +10,10 @@
1010
:idprefix:
1111
:idseparator: -
1212
:sourcedir: .
13-
:info_doctype: chapter
13+
:info_doctype: section
1414
:info_title: EKS Hybrid Nodes and network disconnections
1515
:info_abstract: EKS Hybrid Nodes and network disconnections
16-
:info_titleabbrev: Hybrid-Nodes-Network-Disconnections
16+
:info_titleabbrev: Network Disconnection
1717
:imagesdir: images/hybrid/
1818

1919
The EKS Hybrid Nodes architecture can be new to customers who are accustomed to running local Kubernetes clusters entirely in their own data centers or edge locations. With EKS Hybrid Nodes, the Kubernetes control plane runs in an AWS Region and only the nodes run on-premises, resulting in a “stretched” or “extended” Kubernetes cluster architecture.
@@ -28,6 +28,9 @@ In this guide, we answer that question through a review of the following topics.
2828
- xref:hybrid-nodes-host-creds[Host credentials through network disconnections]
2929
3030
include::best-practices.adoc[leveloffset=+1]
31+
3132
include::kubernetes-pod-failover.adoc[leveloffset=+1]
33+
3234
include::app-network-traffic.adoc[leveloffset=+1]
35+
3336
include::host-credentials.adoc[leveloffset=+1]

latest/bpg/hybrid/network-disconnections/kubernetes-pod-failover.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
//!!NODE_ROOT <section>
12
[.topic]
23
[[hybrid-nodes-kubernetes-pod-failover,hybrid-nodes-kubernetes-pod-failover.title]]
34
= Kubernetes pod failover through network disconnections
5+
:doctype: section
46
:info_doctype: section
57
:info_title: Kubernetes pod failover through network disconnections
68
:info_titleabbrev: Kubernetes pod failover

0 commit comments

Comments
 (0)