You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First doc review: fixing format, wording, page breaks
According to documentation style guide, fixed several format issues,
wording, style.
Forced page breaks are okay after a chapter, but should not be added inside a chapters for sub-chapters at level 2 and below.
Copy file name to clipboardExpand all lines: adoc/SAP-EIC-General.adoc
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,14 @@ $ means that the command can be run by any user.
16
16
17
17
18
18
# tag::disclaimer-production-versions[]
19
-
IMPORTANT: If you want to use different versions of {slm}, {rancher}, {rke} or {lh}, make sure to check the support matrix for the related solutions you want to use:
19
+
IMPORTANT: If you want to use different versions of {slem} or {slm}, {rancher}, {rke} or {lh}, make sure to check the support matrix for the related solutions you want to use:
+++*+++ The {rancher4SAP} subscription holds support for all required components like {slm}, {rancher} and {harvester}.
76
+
+++*+++ The {rancher4SAP} subscription includes support for all required components like {slm}, {rancher} and {harvester}.
77
77
78
78
+++**+++ Only needed if you want to set up {rancher} in a high availability setup without the {harvester} Load Balancer feature.
79
79
@@ -100,12 +100,12 @@ Additionally,
100
100
101
101
== Landscape Overview
102
102
103
-
To run {eic} in a production-ready and supported way, you need to set up multiple Kubernetes clusters and their nodes.
104
-
Those comprise a Kubernetes cluster where you will install {rancher} to set up and manage the production and non-production clusters.
103
+
To run {eic} in a production-ready and supported way, you need to set up multiple Kubernetes clusters and their respective nodes.
104
+
These include a Kubernetes cluster where {rancher} is installed to set up and manage both production and non-production clusters.
105
105
For this {rancher} cluster, we recommend using three Kubernetes nodes and a Load Balancer.
106
106
107
-
When using {harvester} you can provision all virtual machines needed within our example landscape.
108
-
While the VMs for the {rancher} cluster have to be created in {harvester} itself, the Kubernetes clusters and the related virtual machines can be created through {rancher}.
107
+
When using {harvester}, you can provision all virtual machines required for the example landscape.
108
+
While the VMs for the {rancher} cluster must be created directly in {harvester}, the Kubernetes clusters and the related virtual machines can be created through {rancher}.
109
109
110
110
The {eic} will need to run in a dedicated Kubernetes cluster.
111
111
For an HA setup of this cluster, we recommend using three Kubernetes control planes and three Kubernetes worker nodes.
Copy file name to clipboardExpand all lines: adoc/SAP-EIC-Harvester.adoc
+35-46Lines changed: 35 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,20 @@
3
3
4
4
// {harvester} is SUSE's hyper converged infrastructure solution //TODO
5
5
# tag::harvester-intro[]
6
-
{harvester} is an open-source hyperconverged infrastructure (HCI) software that simplifies the management of virtual machines (VMs) and containerized workloads on bare metal servers. This cloud-native virtualization platform leverages core open-source technologies like Linux, KVM (Kernel-based Virtual Machine), Kubernetes, KubeVirt, and Longhorn, offering a flexible and cost-effective alternative to traditional virtualization.
6
+
{harvester} is an open-source hyperconverged infrastructure (HCI) software that simplifies the management of
7
+
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,
9
+
offering a flexible and cost-effective alternative to traditional virtualization.
7
10
8
11
# end::harvester-intro[]
9
12
10
13
11
14
# tag::harvester-setup[]
12
15
=== Setting up {harvester}
13
16
14
-
Please follow the instructions on:
17
+
Follow the instructions at the:
15
18
link:https://docs.harvesterhci.io/v1.4/[official website for {harvester}]
16
-
to get more information how to setup{harvester}.
19
+
to get more information how to set up{harvester}.
17
20
18
21
NOTE: Make sure you meet the hardware requirements specified in
@@ -63,17 +66,17 @@ You can get an overview of the currently supported images at https://docs.harves
63
66
# tag::harvester-kubernetes-storage[]
64
67
65
68
A benefit of using {harvester} is the provisioning of storage to your Kubernetes clusters.
66
-
If you create a cluster as described in xref:SAP-Rancher-RKE2-Installation.adoc#installRKE2Harvester[the previous chapter], a storageClass will automatically be created within your Kubernetes cluster.
69
+
If you create a cluster as described in xref:SAP-Rancher-RKE2-Installation.adoc#installRKE2Harvester[the previous chapter], a _storageClass_ will automatically be created within your Kubernetes cluster.
67
70
68
71
# end::harvester-kubernetes-storage[]
69
72
70
73
71
74
# tag::harvester-lb[]
72
75
73
-
You can use {harvester} to create a guest Kubernetes cluster load balancer as also described at
76
+
You can use {harvester} to create a guest Kubernetes cluster load balancer, as also described at
Select the IPAM method you want to use - either DHCP or Pool.
165
160
166
161
// TODO image
167
162
168
-
++++
169
-
<?pdfpagebreak?>
170
-
++++
171
163
172
-
Next configure the *Listeners*. The *Port* is the port on which the Load Balancer will listen for requests. The *Backend Port* will be the port of the target virtual machine the traffic is forwarded to.
173
-
If you want to use this Load Balancer to forward traffic to a {rancher} management cluster, you'd need to configure two listeners:
164
+
Next, configure the *Listeners*. The *Port* is the port on which the Load Balancer will listen for requests.
165
+
The *Backend Port* is the port of the target virtual machine the traffic is forwarded to.
166
+
If you want to use this Load Balancer to forward traffic to a {rancher} management cluster, you need to configure two listeners:
174
167
175
168
[options="header"]
176
169
|===
@@ -179,18 +172,14 @@ If you want to use this Load Balancer to forward traffic to a {rancher} manageme
0 commit comments