Skip to content

Commit 93279d2

Browse files
committed
Bump klipper-lb to v0.4.4
Fixes issue with localhost access to ServiceLB when ExternalTrafficPolicy=Local Signed-off-by: Brad Davidson <[email protected]>
1 parent 0485a56 commit 93279d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/cloudprovider/servicelb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
const (
4444
Ready = condition.Cond("Ready")
4545
DefaultLBNS = meta.NamespaceSystem
46-
DefaultLBImage = "rancher/klipper-lb:v0.4.3"
46+
DefaultLBImage = "rancher/klipper-lb:v0.4.4"
4747
)
4848

4949
func (k *k3s) Register(ctx context.Context,

scripts/airgap/image-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
docker.io/rancher/klipper-helm:v0.8.0-build20230510
2-
docker.io/rancher/klipper-lb:v0.4.3
2+
docker.io/rancher/klipper-lb:v0.4.4
33
docker.io/rancher/local-path-provisioner:v0.0.24
44
docker.io/rancher/mirrored-coredns-coredns:1.10.1
55
docker.io/rancher/mirrored-library-busybox:1.34.1

0 commit comments

Comments
 (0)