Skip to content

Commit

Permalink
Update Readme to with service annotation example
Browse files Browse the repository at this point in the history
  • Loading branch information
networkop committed Apr 26, 2021
1 parent b7a6a5e commit ab9ec0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This plugin relies on it's own connection to the k8s API server and doesn't shar
| Kind | Matching Against | External IPs are from |
| ---- | ---------------- | -------- |
| Ingress | all FQDNs from `spec.rules[*].host` matching configured zones | `.status.loadBalancer.ingress` |
| Service[*] | `name.namespace` + any of the configured zones | `.status.loadBalancer.ingress` |
| Service[*] | `name.namespace` + any of the configured zones OR any string specified in the `coredns.io/hostname` annotation (see [this](https://github.com/ori-edge/k8s_gateway/blob/master/kubernetes_test.go#L159) for an example) | `.status.loadBalancer.ingress` |

[*]: Only resolves service of type LoadBalancer

Expand Down

0 comments on commit ab9ec0d

Please sign in to comment.