Skip to content

Commit

Permalink
Document azure support for load-balancer-ip (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Nov 15, 2017
1 parent c5c67ff commit 2dd5a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/ingress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Below is the full list of supported annotation keys, [voyager also support stand
|--------|-----------|----------|--------------|
| ingress.appscode.com/type | LoadBalancer, HostPort, NodePort, Internal | LoadBalancer | `Required`. Indicates type of service used to expose HAProxy to the internet |
| ingress.appscode.com/replicas | integer | 1 | `Optional`. Indicates number of replicas of HAProxy pods |
| ingress.appscode.com/load-balancer-ip | string | x | `Optional`. For "gce" and "gke" cloud provider, if this value is set to a valid IPv4 address, it will be assigned to Google cloud network loadbalancer used to expose HAProxy. Usually this is set to a static IP to preserve DNS configuration |
| ingress.appscode.com/load-balancer-ip | string | x | `Optional`. For "gce", "gke", "azure", "acs" cloud provider, if this value is set to a valid IPv4 address, it will be assigned to loadbalancer used to expose HAProxy. The IP should be pre-allocated in cloud provider account but not assigned to the load-balancer. Usually this is set to a static IP to preserve DNS configuration |
| ingress.appscode.com/node-selector | map | x | Indicates which hosts are selected to run HAProxy pods. This is a recommended annotation for `HostPort` type ingress. |
| ingress.appscode.com/sticky-session | bool | false | `Optional`. Indicates the session affinity for the traffic. If set, session affinity will apply to all the rulses. |
| ingress.appscode.com/annotations-service | map | x | `Optional`. Annotaiotns applied to service used to expose HAProxy |
Expand Down

0 comments on commit 2dd5a34

Please sign in to comment.