Skip to content

Commit 834ffcd

Browse files
committed
Fixed grammar and titles
According to doc review and style guide, minor fixes in grammar and style. Also, adjusted subtitle level to be in synch with the other sub-chapters.
1 parent 63553d6 commit 834ffcd

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

adoc/SAP-EIC-Metallb.adoc

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
== Installing and configuring of {metallb}
1+
== Installing and configuring {metallb}
22

33
There are multiple ways to install the {metallb} software. In this guide, we will cover how to install {metallb} using `kubectl` or Helm.
44
A complete overview and more details about {metallb} can be found on the
@@ -7,13 +7,14 @@ link:https://metallb.universe.tf/[official website for {metallb}].
77
=== Prerequisites
88

99
Before starting the installation, ensure that all requirements are met. In particular, you should pay attention to network addon compatibility.
10-
If you are trying to run {metallb} on a cloud platform, you should also look at the cloud compatibility page and make sure your cloud platform works with {metallb} (note that most cloud platforms do *not*).
10+
If you are trying to run {metallb} on a cloud platform, you should also look at the cloud compatibility page
11+
and make sure your cloud platform works with {metallb} (note that most cloud platforms do *not*).
1112

1213
There are several ways to deploy {metallb}. In this guide, we will describe how to use the {rac} to deploy {metallb}.
1314

1415
Make sure to have one IP address available for configuring {metallb}.
1516

16-
Before you can deploy {metallb} from {rac}, you need to create the namespace and an ImagePullSecret.
17+
Before you can deploy {metallb} from {rac}, you need to create the namespace and an imagePullSecret.
1718
To create the related namespace, run:
1819
----
1920
$ kubectl create namespace metallb
@@ -22,16 +23,14 @@ $ kubectl create namespace metallb
2223
[#metalIPS]
2324
Instructions how to create the *imagePullSecret* can be found in <<imagePullSecret>>.
2425

25-
++++
26-
<?pdfpagebreak?>
27-
++++
2826

29-
=== Installation of {metallb}
27+
=== Installing {metallb}
3028

3129
[#metalLIR]
32-
Before you can install the application, you need to login into the registry. You can find the instruction in <<LoginApplicationCollection>>.
30+
Before you can install the application, you need to log in to the registry.
31+
You can find the instructions in <<LoginApplicationCollection>>.
3332

34-
Create a values.yaml file with the following configuration:
33+
Create a _values.yaml_ file with the following configuration:
3534

3635
[source,yaml]
3736
----
@@ -48,11 +47,8 @@ $ helm install metallb oci://dp.apps.rancher.io/charts/metallb \
4847
--version 0.14.7
4948
----
5049

51-
++++
52-
<?pdfpagebreak?>
53-
++++
5450

55-
== Configuring {metallb}
51+
=== Configuring {metallb}
5652

5753
{metallb} needs two configurations to function properly:
5854

@@ -74,7 +70,7 @@ spec:
7470
EOF
7571
----
7672

77-
and the layer 2 network advertisement:
73+
Create the layer 2 network advertisement:
7874
[source,bash]
7975
----
8076
$ cat <<EOF > l2advertisement.yaml

0 commit comments

Comments
 (0)