Skip to content

Commit 00f4762

Browse files
committed
Update README.md
1 parent fc20338 commit 00f4762

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/charts/inferencepool/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,8 @@ The following table list the configurable parameters of the chart.
122122
| `inferenceExtension.env` | List of environment variables to set in the endpoint picker container as free-form YAML. Defaults to `[]`. |
123123
| `inferenceExtension.extraContainerPorts` | List of additional container ports to expose. Defaults to `[]`. |
124124
| `inferenceExtension.extraServicePorts` | List of additional service ports to expose. Defaults to `[]`. |
125-
| `inferenceExtension.flags` | List of flags which are passed through to endpoint picker. |
125+
| `inferenceExtension.flags` | List of flags which are passed through to endpoint picker. For example, has-enable-leader-election is a flag that can be used to enable leader election for high availability. When enabled, only one EPP pod (the leader) will be ready to serve traffic. Other flags include enable-pprof, grpc-port etc. Refer https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/main/cmd/epp/runner/runner.go for complete list of flags. Refer values.yaml to see example of how to set the flags. |
126126
| `provider.name` | Name of the Inference Gateway implementation being used. Possible values: `gke`. Defaults to `none`. |
127-
| `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. It is recommended to set `inferenceExtension.replicas` to a value greater than 1 when this is set to `true`. Defaults to `false`. |
128-
129127

130128
## Notes
131129

0 commit comments

Comments
 (0)