Skip to content

Commit 4614b85

Browse files
authored
AV-226524 : Document limitation for CONFIG_UPDATE to update httppolicyset on Shared Parent VS is failing because of system limit NUM_HTTP_POLICIES_PER_VS reached (#1628)
1 parent e9769d8 commit 4614b85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/crds/hostrule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ This additional FQDN inherits all the properties of the root FQDN specified unde
208208
Use this flag if you would want traffic with a GSLB FQDN to get routed to a site local FQDN. For example, in the above CRD, the client request from a GSLB
209209
DNS will arrive with the host header as foo.com to the VIP hosting foo.region1.com in region1. This CRD property would ensure that the request is routed appropriately to the backend service of `foo.region1.com`
210210

211+
**Note**: In **SNI** mode, if GSLB FQDN is specified for an insecure hostname (defined in an Ingress or an OpenShift route) or a secure hostname defined in an OpenShift route with **insecureEdgeTerminationPolicy** set to **Allow**, then we can define GSLB FQDN only for a limited number of such hostnames per shared parent VS. This is because when GSLB FQDN is specified, one httppolicyset is added to the parent shared VS for each above-category host, but a virtual service has a limitation on the number of httppolicyset that can be associated with it depending upon the license. Say, for an Enterprise license, the limit is sixteen (16). So, if a SMALL shard size is used in AKO configuration and AKO creates only one shared parent VS, GSLB FQDN will be configured only for the first sixteen above-category hostnames processed. This limitation will be fixed in a future release.
212+
211213
This knob is currently only supported with the SNI model and not with Enhanced Virtual Hosting model.
212214

213215
The `includeAliases` is used by AMKO. Whenever a GSLB FQDN is provided and the `useCustomGlobalFqdn` is set to true in AMKO, a GSLB Service is created for the GSLB FQDN instead of the local FQDN(hostname). [Refer this](https://github.com/vmware/global-load-balancing-services-for-kubernetes/blob/master/docs/local_and_global_fqdn.md)

0 commit comments

Comments
 (0)