Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishnayak96 committed Oct 18, 2024
1 parent 4204d6a commit 0f7d65e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/crds/hostrule.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,21 +240,21 @@ 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


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
Expand Down
4 changes: 4 additions & 0 deletions docs/install/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 0f7d65e

Please sign in to comment.