Skip to content

Commit 1aa6daf

Browse files
authored
Add tip for single master node LB creation (kubernetes#1723)
1 parent 9ed3653 commit 1aa6daf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/openstack-cloud-controller-manager/expose-applications-using-loadbalancer-type-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ This page shows how to create Services of LoadBalancer type in Kubernetes cluste
2020

2121
A LoadBalancer type Service is a typical way to expose an application to the internet. It relies on the cloud provider to create an external load balancer with an IP address in the relevant network space. Any traffic that is then directed to this IP address is forwarded on to the application’s service.
2222

23+
**NOTE: for test/PoC with only 1 master node environment, you need remove the label `node.kubernetes.io/exclude-from-external-load-balancers` of the master node otherwise the loadbalancer will not be created. search the label [here](https://pkg.go.dev/k8s.io/api/core/v1) for further information.**
24+
2325
> Note: Different cloud providers may support different Service annotations and features.
2426
2527
## Creating a Service of LoadBalancer type

0 commit comments

Comments
 (0)