Commit 56d775e5 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Bump klipper-lb to v0.4.4

Fixes issue with localhost access to ServiceLB when ExternalTrafficPolicy=Local Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com> (cherry picked from commit 93279d2f)
parent d707fec6
...@@ -43,7 +43,7 @@ var ( ...@@ -43,7 +43,7 @@ var (
const ( const (
Ready = condition.Cond("Ready") Ready = condition.Cond("Ready")
DefaultLBNS = meta.NamespaceSystem DefaultLBNS = meta.NamespaceSystem
DefaultLBImage = "rancher/klipper-lb:v0.4.3" DefaultLBImage = "rancher/klipper-lb:v0.4.4"
) )
func (k *k3s) Register(ctx context.Context, func (k *k3s) Register(ctx context.Context,
......
docker.io/rancher/klipper-helm:v0.8.0-build20230510 docker.io/rancher/klipper-helm:v0.8.0-build20230510
docker.io/rancher/klipper-lb:v0.4.3 docker.io/rancher/klipper-lb:v0.4.4
docker.io/rancher/local-path-provisioner:v0.0.24 docker.io/rancher/local-path-provisioner:v0.0.24
docker.io/rancher/mirrored-coredns-coredns:1.10.1 docker.io/rancher/mirrored-coredns-coredns:1.10.1
docker.io/rancher/mirrored-library-busybox:1.34.1 docker.io/rancher/mirrored-library-busybox:1.34.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment