mirror of https://github.com/k3s-io/k3s
Bump klipper-lb to v0.4.4
Fixes issue with localhost access to ServiceLB when
ExternalTrafficPolicy=Local
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit 93279d2f59
)
pull/7763/head
parent
928e625529
commit
2c542f411c
|
@ -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,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue