Skip to content

K8SPSMDB-1329 Documented expose.loadBalancerClass option #239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,14 @@ The [IP address type :octicons-link-external-16:](https://kubernetes.io/docs/co
| ----------- | ---------- |
| :material-code-string: string | `ClusterIP`|

### `replsets.expose.loadBalancerClass`

Define the implementation of the load balancer you want to use. This setting enables you to select a custom or specific load balancer class instead of the default one provided by the cloud provider.

| Value type | Example |
| ----------- | ---------- |
| :material-code-string: string | `eks.amazonaws.com/nlb`|

### `replsets.expose.loadBalancerSourceRanges`

The range of client IP addresses from which the load balancer should be reachable (if not set, there is no limitations).
Expand Down Expand Up @@ -1740,6 +1748,14 @@ The [IP address type :octicons-link-external-16:](https://kubernetes.io/docs/co
| ----------- | ---------- |
| :material-code-string: string | `ClusterIP`|

### `sharding.configsvrReplSet.expose.loadBalancerClass`

Define the implementation of the load balancer you want to use. This setting enables you to select a custom or specific load balancer class instead of the default one provided by the cloud provider.

| Value type | Example |
| ----------- | ---------- |
| :material-code-string: string | `eks.amazonaws.com/nlb`|

### `sharding.configsvrReplSet.expose.loadBalancerSourceRanges`

The range of client IP addresses from which the load balancer should be reachable (if not set, there is no limitations).
Expand Down Expand Up @@ -2188,6 +2204,14 @@ If set to `true`, a separate ClusterIP Service is created for each mongos instan
| ----------- | ---------- |
| :material-toggle-switch-outline: boolean | `true` |

### `sharding.mongos.expose.loadBalancerClass`

Define the implementation of the load balancer you want to use. This setting enables you to select a custom or specific load balancer class instead of the default one provided by the cloud provider.

| Value type | Example |
| ----------- | ---------- |
| :material-code-string: string | `eks.amazonaws.com/nlb`|

### `sharding.mongos.expose.loadBalancerSourceRanges`

The range of client IP addresses from which the load balancer should be reachable (if not set, there is no limitations).
Expand Down