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
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,32 @@ The following table list the configurable parameters of the chart.
127
127
|`provider.name`| Name of the Inference Gateway implementation being used. Possible values: [`gke`, `none`, `istio`]. Defaults to `none`. |
128
128
|`inferenceExtension.enableLeaderElection`| Enable leader election for high availability. When enabled, only one EPP pod (the leader) will be ready to serve traffic. It is recommended to set `inferenceExtension.replicas` to a value greater than 1 when this is set to `true`. Defaults to `false`. |
129
129
130
+
### Provider Specific Configuration
131
+
132
+
This section should document any Gateway provider specific values configurations.
133
+
134
+
#### GKE
135
+
136
+
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. |
151
+
|`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. |
152
+
|`istio.destinationRule.trafficPolicy`| Configure a mesh-wide traffic policy. |
153
+
|`istio.destinationRule.subsets`| Define subsets for versioned routing (e.g., by labels). |
154
+
|`istio.destinationRule.exportTo`| Control which namespaces can access this DestinationRule. |
155
+
|`istio.destinationRule.workloadSelector`| Apply only to specific workloads (via selector labels). |
0 commit comments