Skip to content

[K8SPS-382 remove loadBalancerIP #498

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
Show file tree
Hide file tree
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
4 changes: 0 additions & 4 deletions charts/ps-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ The chart can be customized using the following configurable parameters:
| `mysql.expose.externalTrafficPolicy` | Network service externalTrafficPolicy | `` |
| `mysql.expose.internalTrafficPolicy` | Network service internalTrafficPolicy | `` |
| `mysql.expose.labels` | Network service labels | `{}` |
| `mysql.expose.loadBalancerIP` | The static IP-address for the load balancer | `""` |
| `mysql.expose.loadBalancerSourceRanges` | The range of client IP addresses from which the load balancer should be reachable | `[]` |
| `mysql.volumeSpec` | MySQL Pods storage resources | `{}` |
| `mysql.volumeSpec.pvc` | MySQL Pods PVC request parameters | |
Expand Down Expand Up @@ -123,7 +122,6 @@ The chart can be customized using the following configurable parameters:
| `proxy.haproxy.expose.externalTrafficPolicy` | Network service externalTrafficPolicy | `` |
| `proxy.haproxy.expose.internalTrafficPolicy` | Network service internalTrafficPolicy | `` |
| `proxy.haproxy.expose.labels` | Network service labels | `{}` |
| `proxy.haproxy.expose.loadBalancerIP` | The static IP-address for the load balancer | `""` |
| `proxy.haproxy.expose.loadBalancerSourceRanges` | The range of client IP addresses from which the load balancer should be reachable | `[]` |
||
| `proxy.router.enabled` | Enable/Disable Router pods in group replication | `false` |
Expand Down Expand Up @@ -154,7 +152,6 @@ The chart can be customized using the following configurable parameters:
| `proxy.router.expose.externalTrafficPolicy` | Network service externalTrafficPolicy | `` |
| `proxy.router.expose.internalTrafficPolicy` | Network service internalTrafficPolicy | `` |
| `proxy.router.expose.labels` | Network service labels | `{}` |
| `proxy.router.expose.loadBalancerIP` | The static IP-address for the load balancer | `""` |
| `proxy.router.expose.loadBalancerSourceRanges` | The range of client IP addresses from which the load balancer should be reachable | `[]` |
||
| `orchestrator.enabled` | Enable/Disable orchestrator pods in async replication | `true` |
Expand Down Expand Up @@ -189,7 +186,6 @@ The chart can be customized using the following configurable parameters:
| `orchestrator.expose.externalTrafficPolicy` | Network service externalTrafficPolicy | `` |
| `orchestrator.expose.internalTrafficPolicy` | Network service internalTrafficPolicy | `` |
| `orchestrator.expose.labels` | Network service labels | `{}` |
| `orchestrator.expose.loadBalancerIP` | The static IP-address for the load balancer | `""` |
| `orchestrator.expose.loadBalancerSourceRanges` | The range of client IP addresses from which the load balancer should be reachable | `[]` |
||
| `pmm.image.repository` | PMM Container image repository | `percona/pmm-client` |
Expand Down
4 changes: 0 additions & 4 deletions charts/ps-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ mysql:
# internalTrafficPolicy: Cluster
# labels:
# rack: rack-22
# loadBalancerIP: 127.0.0.1
# loadBalancerSourceRanges:
# - 10.0.0.0/8

Expand Down Expand Up @@ -298,7 +297,6 @@ proxy:
# internalTrafficPolicy: Cluster
# labels:
# rack: rack-22
# loadBalancerIP: 127.0.0.1
# loadBalancerSourceRanges:
# - 10.0.0.0/8

Expand Down Expand Up @@ -378,7 +376,6 @@ proxy:
# internalTrafficPolicy: Cluster
# labels:
# rack: rack-22
# loadBalancerIP: 127.0.0.1
# loadBalancerSourceRanges:
# - 10.0.0.0/8

Expand Down Expand Up @@ -450,7 +447,6 @@ orchestrator:
# internalTrafficPolicy: Cluster
# labels:
# rack: rack-22
# loadBalancerIP: 127.0.0.1
# loadBalancerSourceRanges:
# - 10.0.0.0/8

Expand Down
8 changes: 0 additions & 8 deletions charts/ps-operator/crds/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4878,8 +4878,6 @@ spec:
additionalProperties:
type: string
type: object
loadBalancerIP:
type: string
loadBalancerSourceRanges:
items:
type: string
Expand Down Expand Up @@ -7653,8 +7651,6 @@ spec:
additionalProperties:
type: string
type: object
loadBalancerIP:
type: string
loadBalancerSourceRanges:
items:
type: string
Expand Down Expand Up @@ -8995,8 +8991,6 @@ spec:
additionalProperties:
type: string
type: object
loadBalancerIP:
type: string
loadBalancerSourceRanges:
items:
type: string
Expand Down Expand Up @@ -10211,8 +10205,6 @@ spec:
additionalProperties:
type: string
type: object
loadBalancerIP:
type: string
loadBalancerSourceRanges:
items:
type: string
Expand Down
Loading