Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <krisss@vmware.com>
  • Loading branch information
skriss committed Apr 8, 2022
1 parent c57537c commit 05c7206
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelogs/unreleased/4443-skriss-minor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Gateway provisioner: support requesting a specific address

The Gateway provisioner now supports requesting a specific Gateway address, via the Gateway's `spec.addresses` field.
Only one address is supported, and it must be either an `IPAddress` or `Hostname` type.
The value of this address will be used to set the provisioned Envoy service's `spec.loadBalancerIP` field.
If for any reason, the requested address is not assigned to the Gateway, the Gateway will have a condition of "Ready: false" with a reason of `AddressesNotAssigned`.

If no address is requested, no value will be specified in the provisioned Envoy service's `spec.loadBalancerIP` field, and an address will be assigned by the load balancer provider.

0 comments on commit 05c7206

Please sign in to comment.