diff --git a/docs/crds/hostrule.md b/docs/crds/hostrule.md index 37fc86339..ed7a82151 100644 --- a/docs/crds/hostrule.md +++ b/docs/crds/hostrule.md @@ -240,7 +240,7 @@ Where dedicated VSes are created corresponding to a single application, Shared V fqdn: foo.com # dedicated VS fqdnType: Exact - tcpSetting: + tcpSettings: listeners: - port: 6443 enableSSL: true @@ -248,13 +248,13 @@ Where dedicated VSes are created corresponding to a single application, Shared V fqdn: Shared-VS-L7-1.admin.avi.com # AKO configured Shared VS fqdn fqdnType: Exact - tcpSetting: + tcpSettings: loadBalancerIP: 10.10.10.1 fqdn: Shared-VS-L7-1 # bound for clusterName--Shared-VS-L7-1 fqdnType: Contains - tcpSetting: + tcpSettings: loadBalancerIP: 10.10.10.1 ##### Custom Ports diff --git a/docs/install/helm.md b/docs/install/helm.md index dc8a99643..372b6ea4d 100644 --- a/docs/install/helm.md +++ b/docs/install/helm.md @@ -151,6 +151,10 @@ The following table lists the configurable parameters of the AKO chart and their | `NetworkSettings.enableRHI` | Publish route information to BGP peers | false | | `NetworkSettings.bgpPeerLabels` | Select BGP peers using bgpPeerLabels, for selective VsVip advertisement. | `Empty List` | | `NetworkSettings.nsxtT1LR` | Unique ID (note: not display name) of the T1 Logical Router for Service Engine connectivity. Only applies to NSX-T cloud.| `Empty string` | +| `FeatureGates.gatewayAPI` | FeatureGates is to enable or disable experimental features. GatewayAPI feature gate enables/disables processing of Kubernetes Gateway API CRDs. | false | +| `FeatureGates.enableEndpointSlice` | EnableEndpointSlice feature gate enables/disables processing of Kubernetes EndpointSlices instead of Endpoints. | true | +| `GatewayAPI.Image.repository` | Specify docker-registry that has the ako-gateway-api image | projects.registry.vmware.com/ako/ako-gateway-api:1.11.1 | +| `GatewayAPI.Image.pullPolicy` | Specify when and how to pull the ako-gateway-api image | IfNotPresent | | `L4Settings.defaultDomain` | Specify a default sub-domain for L4 LB services | First domainname found in cloud's dnsprofile | | `L4Settings.autoFQDN` | Specify the layer 4 FQDN format | default | | `L7Settings.noPGForSNI` | Skip using Pool Groups for SNI children | false |