Skip to content

Commit

Permalink
Merge branch 'AV-203812-new' of github.com:ashishnayak96/load-balance…
Browse files Browse the repository at this point in the history
…r-and-ingress-services-for-kubernetes into AV-203812-new
  • Loading branch information
ashishnayak96 committed Oct 18, 2024
2 parents 0f7d65e + 91a35bb commit 19b8c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ The following table lists the configurable parameters of the AKO chart and their
| `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.repository` | Specify docker-registry that has the ako-gateway-api image | projects.registry.vmware.com/ako/ako-gateway-api |
| `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 |
Expand Down
2 changes: 1 addition & 1 deletion docs/values.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,4 +346,4 @@ If you are using a private container registry and you'd like to override the def

### featureGates.EnableEndpointSlice

Enable this flag to use EndpointSlice instead of Endpoints in AKO. This also supports graceful shutdown of servers. Enabled by default from AKO 1.13.1.
Enable this flag to use EndpointSlices instead of Endpoints in AKO. This also supports graceful shutdown of servers. Enabled by default from AKO 1.13.1.

0 comments on commit 19b8c08

Please sign in to comment.