Skip to content

Commit e3d4778

Browse files
authored
Add known issue of LB IP duplicated allocation (#766)
Signed-off-by: Jian Wang <[email protected]>
1 parent cfa0683 commit e3d4778

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

versioned_docs/version-v1.4/rancher/cloud-provider.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,3 +423,19 @@ Modifying the `IPAM` mode isn't allowed. You must create a new service if you in
423423
## Health checks
424424
425425
Beginning with Harvester cloud provider v0.2.0, additional health checks of the `LoadBalancer` service within the guest Kubernetes cluster are no longer necessary. Instead, you can configure [liveness](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-tcp-liveness-probe) and [readiness](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-readiness-probes) probes for your workloads. Consequently, any unavailable pods will be automatically removed from the load balancer endpoints to achieve the same desired outcome.
426+
427+
## Known Issues
428+
429+
### Guest Cluster Load Balancer IP Permanently Stuck in IPAM Mode
430+
431+
The `LoadBalancer` service may stay pending in the guest cluster and the associated `loadbalancer.loadbalancer.harvesterhci.io` resource on the Harvester cluster contains the following status message:
432+
433+
```
434+
1.2.3.4 has been allocated to harvester-public/guest-cluster-name-default-test-loadbalancer-3-8c40671d, duplicate allocation is not allowed
435+
```
436+
437+
The workaround is to replace the image tag of the `harvester-load-balancer` deployment on Harvester with [v1.5.0](https://github.com/harvester/load-balancer-harvester/releases/tag/v1.5.0) or a later version. When the image tag is replaced, the previously allocated IP is released and a new one is allocated.
438+
439+
This issue is fixed in Harvester v1.5.0 and later.
440+
441+
Related issue: [#7449](https://github.com/harvester/harvester/issues/7449)

0 commit comments

Comments
 (0)