Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
didil committed Feb 24, 2023
1 parent 379b77b commit fe0e8c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ PaperLB is implemented as a kubernetes "Operator":

The idea is:

- You create a Kubernetes LoadBalancer type service and add some PaperLB annotations
- The controller notices the service and annotations and creates a "LoadBalancer" object
- The controller notices the "LoadBalancer" object and updates your network load balancer using the config data from the annotations + the service/nodes info
- You create a Kubernetes LoadBalancer type service and a LoadBalancerConfig configuration object
- The controller notices the service and LoadBalancerConfig and creates a "LoadBalancer" object
- The controller notices the "LoadBalancer" object and updates your network load balancer using the config data + the service/nodes info

## Features
- Works with TCP or UDP L4 load balancers
Expand Down

0 comments on commit fe0e8c1

Please sign in to comment.