Skip to content

Commit

Permalink
Set LB IPs to reserve to 1 (#135)
Browse files Browse the repository at this point in the history
* Set LB IPs to reserve to 1

We introduced this change recently to reserve 3 IPs by default per WC (arbitrary sane default for customers) but our pool in gcapeverde has only 10 IPs so we fill it up quickly.

* changelog

* bad copy paste
  • Loading branch information
vxav authored Oct 8, 2024
1 parent 27455fe commit 8d5e48f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Change number of reserved IPs for LB in vSphere pool to 1.

## [1.25.5] - 2024-10-08

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ global:
ipPoolName: "wc-cp-ips" # [string] Ip for control plane will be drawn from this GlobalInClusterIPPool (for gcapeverde it's 10.10.222.232 - 10.10.222.238 inclusive)
loadBalancers:
ipPoolName: "svc-lb-ips" # [string] Ip for control plane will be drawn from this GlobalInClusterIPPool (for gcapeverde it's 10.10.222.245 - 10.10.222.249 inclusive)
numberOfIps: 1
baseDomain: test.gigantic.io
controlPlane:
replicas: 1
Expand Down

0 comments on commit 8d5e48f

Please sign in to comment.