You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/charts/inferencepool/README.md
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,8 +123,33 @@ The following table list the configurable parameters of the chart.
123
123
|`inferenceExtension.extraContainerPorts`| List of additional container ports to expose. Defaults to `[]`. |
124
124
|`inferenceExtension.extraServicePorts`| List of additional service ports to expose. Defaults to `[]`. |
125
125
|`inferenceExtension.flags`| List of flags which are passed through to endpoint picker. Example flags, enable-pprof, grpc-port etc. Refer [runner.go](https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/main/cmd/epp/runner/runner.go) for complete list. |
126
-
|`inferenceExtension.flags.has-enable-leader-election`| Enable leader election for high availability. When enabled, only one EPP pod (the leader) will be ready to serve traffic. |
127
-
|`provider.name`| Name of the Inference Gateway implementation being used. Possible values: `gke`. Defaults to `none`. |
126
+
|`inferenceExtension.flags.has-enable-leader-election`| Enable leader election for high availability. When enabled, only one EPP pod (the leader) will be ready to serve traffic. ||
127
+
|`provider.name`| Name of the Inference Gateway implementation being used. Possible values: [`none`, `gke`, or `istio`]. Defaults to `none`. |
128
+
129
+
### Provider Specific Configuration
130
+
131
+
This section should document any Gateway provider specific values configurations.
132
+
133
+
#### GKE
134
+
135
+
These are the options available to you with `provider.name` set to `gke`:
|`istio.destinationRule.enabled`| Enable creation of an Istio DestinationRule to configure traffic routing. |
150
+
|`istio.destinationRule.host`| Custom host value for the destination rule. If not set this will use the default value which is derrived from the epp service name and release namespace to gerenate a valid service address. |
151
+
|`istio.destinationRule.trafficPolicy.connectionPool`| Configure the connectionPool level settings of the traffic policy |
0 commit comments