Skip to content

Commit 84e86e5

Browse files
authored
Merge pull request #503 from Suse-KevinKlinger/main
Fix #489; enhance eic-harvester guide
2 parents f6a5853 + e85aae3 commit 84e86e5

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

adoc/SAP-EIC-Harvester-main.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,11 @@ image::SAP-EIC-Harvester-Architecture-Rancher.svg[title=Architecture EIC Cluster
180180

181181
include::SAP-K8s-HA.adoc[tags=rancher-haproxy-preps]
182182

183+
In this guide, we'll describe two ways to set up a load balancer - either using HAProxy <<haproxy>> or the {harvester} load balancer feature <<harvlb>>.
183184

184185
include::SAP-K8s-HA.adoc[tags=rancher-haproxy-install]
185186

187+
[#harvlb]
186188
==== Using a {harvester} Load Balancer
187189

188190
include::SAP-EIC-Harvester.adoc[tag=rancher-harvester-lb-intro]

adoc/SAP-EIC-Harvester.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# tag::harvester-intro[]
66
{harvester} is an open-source hyperconverged infrastructure (HCI) software that simplifies the management of
77
virtual machines (VMs) and containerized workloads on bare metal servers. This cloud native virtualization platform leverages
8-
core open source technologies like Linux, KVM (Kernel-based Virtual Machine), Kubernetes, KubeVirt, and Longhorn,
8+
core open source technologies like Linux, KVM (Kernel-based Virtual Machine), Kubernetes, KubeVirt, and {lh},
99
offering a flexible and cost-effective alternative to traditional virtualization.
1010

1111
# end::harvester-intro[]

adoc/SAP-K8s-HA.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you do not plan to set up a highly available {rancher} cluster, you can skip
88
# end::rancher-haproxy-preps[]
99

1010
# tag::rancher-haproxy-install[]
11-
11+
[#haproxy]
1212
==== Installing a `haproxy`-based load balancer
1313

1414
This section describes how to set up a custom load balancer using `haproxy`.

adoc/SAPDI3-Harvester-Installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
=== Introduction
66

7-
Harvester is the open source Hyper Converged Infrastructure (HCI) solution running on Kubernetes, Longhorn and Kubevirt.
7+
Harvester is the open source Hyper Converged Infrastructure (HCI) solution running on Kubernetes, {lh} and Kubevirt.
88
Harvester provides the ability to provision, manage and run virtual machines.
99

1010
=== Prerequistites

adoc/SAPDI3-Rancher.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ During the rollout of {rancher}, you can monitor the progress using the followin
159159

160160
[source, bash]
161161
----
162-
$ kubectl -n cattle-system rollout status deploy/rancher-prime
162+
$ kubectl -n cattle-system rollout status deploy/rancher
163163
----
164164

165165
When the deployment is done, you can access the {rancher} cluster at https://<your.domain.com>[].

0 commit comments

Comments
 (0)