Skip to content

Commit 1e0bbb9

Browse files
committed
Fix #476: Fix the markdown subtitle in the 'Using LoadBalancer' documentation
1 parent 3ceed7a commit 1e0bbb9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: pages/platform/kubernetes-k8s/using-lb/guide.en-asia.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Declaring a service of type `NodePort` exposes the `Service` on each Node’s IP
7575
It's rather cumbersome to use `NodePort` `Services` in production. As you are using non-standard ports, you often need to set-up an external load balancer that listen in standard ports and redirects the traffic to the `<NodeIp>:<NodePort>`.
7676

7777

78-
### Exposing services as LoadBalancer
78+
### Exposing services as LoadBalancer
7979

8080
Declaring a service of type `LoadBalancer` exposes it externally using a cloud provider’s load balancer. The cloud provider will provision a load balancer for the `Service`, and map it to its automatically assigned `NodePort`.How the traffic from that external load balancer is routed to the `Service` pods depends on the cluster provider.
8181

Diff for: pages/platform/kubernetes-k8s/using-lb/guide.en-au.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Declaring a service of type `NodePort` exposes the `Service` on each Node’s IP
7575
It's rather cumbersome to use `NodePort` `Services` in production. As you are using non-standard ports, you often need to set-up an external load balancer that listen in standard ports and redirects the traffic to the `<NodeIp>:<NodePort>`.
7676

7777

78-
### Exposing services as LoadBalancer
78+
### Exposing services as LoadBalancer
7979

8080
Declaring a service of type `LoadBalancer` exposes it externally using a cloud provider’s load balancer. The cloud provider will provision a load balancer for the `Service`, and map it to its automatically assigned `NodePort`.How the traffic from that external load balancer is routed to the `Service` pods depends on the cluster provider.
8181

Diff for: pages/platform/kubernetes-k8s/using-lb/guide.en-ca.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Declaring a service of type `NodePort` exposes the `Service` on each Node’s IP
7575
It's rather cumbersome to use `NodePort` `Services` in production. As you are using non-standard ports, you often need to set-up an external load balancer that listen in standard ports and redirects the traffic to the `<NodeIp>:<NodePort>`.
7676

7777

78-
### Exposing services as LoadBalancer
78+
### Exposing services as LoadBalancer
7979

8080
Declaring a service of type `LoadBalancer` exposes it externally using a cloud provider’s load balancer. The cloud provider will provision a load balancer for the `Service`, and map it to its automatically assigned `NodePort`.How the traffic from that external load balancer is routed to the `Service` pods depends on the cluster provider.
8181

Diff for: pages/platform/kubernetes-k8s/using-lb/guide.en-gb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Declaring a service of type `NodePort` exposes the `Service` on each Node’s IP
7575
It's rather cumbersome to use `NodePort` `Services` in production. As you are using non-standard ports, you often need to set-up an external load balancer that listen in standard ports and redirects the traffic to the `<NodeIp>:<NodePort>`.
7676

7777

78-
### Exposing services as LoadBalancer
78+
### Exposing services as LoadBalancer
7979

8080
Declaring a service of type `LoadBalancer` exposes it externally using a cloud provider’s load balancer. The cloud provider will provision a load balancer for the `Service`, and map it to its automatically assigned `NodePort`.How the traffic from that external load balancer is routed to the `Service` pods depends on the cluster provider.
8181

Diff for: pages/platform/kubernetes-k8s/using-lb/guide.en-ie.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Declaring a service of type `NodePort` exposes the `Service` on each Node’s IP
7575
It's rather cumbersome to use `NodePort` `Services` in production. As you are using non-standard ports, you often need to set-up an external load balancer that listen in standard ports and redirects the traffic to the `<NodeIp>:<NodePort>`.
7676

7777

78-
### Exposing services as LoadBalancer
78+
### Exposing services as LoadBalancer
7979

8080
Declaring a service of type `LoadBalancer` exposes it externally using a cloud provider’s load balancer. The cloud provider will provision a load balancer for the `Service`, and map it to its automatically assigned `NodePort`.How the traffic from that external load balancer is routed to the `Service` pods depends on the cluster provider.
8181

Diff for: pages/platform/kubernetes-k8s/using-lb/guide.en-sg.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Declaring a service of type `NodePort` exposes the `Service` on each Node’s IP
7575
It's rather cumbersome to use `NodePort` `Services` in production. As you are using non-standard ports, you often need to set-up an external load balancer that listen in standard ports and redirects the traffic to the `<NodeIp>:<NodePort>`.
7676

7777

78-
### Exposing services as LoadBalancer
78+
### Exposing services as LoadBalancer
7979

8080
Declaring a service of type `LoadBalancer` exposes it externally using a cloud provider’s load balancer. The cloud provider will provision a load balancer for the `Service`, and map it to its automatically assigned `NodePort`.How the traffic from that external load balancer is routed to the `Service` pods depends on the cluster provider.
8181

0 commit comments

Comments
 (0)