Skip to content

Commit

Permalink
Remove klipper-lb
Browse files Browse the repository at this point in the history
Signed-off-by: manuelbuil <[email protected]>
  • Loading branch information
manuelbuil committed Oct 11, 2024
1 parent 0ab11c0 commit a171f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ xargs -n1 -t docker image pull --quiet << EOF >> build/images-core.txt
${REGISTRY}/rancher/hardened-k8s-metrics-server:v0.7.1-build20240910
${REGISTRY}/rancher/hardened-addon-resizer:1.8.20-build20240910
${REGISTRY}/rancher/klipper-helm:v0.9.2-build20240828
${REGISTRY}/rancher/klipper-lb:v0.4.9
${REGISTRY}/rancher/mirrored-library-busybox:1.36.1
${REGISTRY}/rancher/mirrored-pause:${PAUSE_VERSION}
${REGISTRY}/rancher/mirrored-ingress-nginx-kube-webhook-certgen:v1.4.4
${REGISTRY}/rancher/nginx-ingress-controller:v1.10.5-hardened1
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/test-run-basics
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ use-nodelocal-DNSCache() {
}
export -f use-nodelocal-DNSCache

# -- Create a loadbalancer service so that the klipper-lb image is used
# -- Create a loadbalancer service so that the busybox image is used
use-servicelb() {
local loadbalancer_manifest='scripts/airgap/loadbalancer-test.yaml'
kubectl apply -f $loadbalancer_manifest
Expand Down

0 comments on commit a171f83

Please sign in to comment.