No description
  • Shell 86.9%
  • Dockerfile 7.5%
  • Makefile 5.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] 75a20bed81
Bump the action-deps group across 1 directory with 7 updates (#96)
Bumps the action-deps group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [docker/login-action](https://github.com/docker/login-action) | `3.7.0` | `4.2.0` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3.7.0` | `4.1.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.12.0` | `4.1.0` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `6.19.2` | `7.2.0` |
| [actions/checkout](https://github.com/actions/checkout) | `3.6.0` | `7.0.0` |
| [actions/setup-go](https://github.com/actions/setup-go) | `4.3.0` | `6.4.0` |
| [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) | `2.100.0` | `3.3.0` |



Updates `docker/login-action` from 3.7.0 to 4.2.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](c94ce9fb46...650006c6eb)

Updates `docker/setup-qemu-action` from 3.7.0 to 4.1.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](c7c5346462...06116385d9)

Updates `docker/setup-buildx-action` from 3.12.0 to 4.1.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](8d2750c68a...d7f5e7f509)

Updates `docker/build-push-action` from 6.19.2 to 7.2.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](10e90e3645...f9f3042f7e)

Updates `actions/checkout` from 3.6.0 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](f43a0e5ff2...9c091bb21b)

Updates `actions/setup-go` from 4.3.0 to 6.4.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](7b8cf10d4e...4a3601121d)

Updates `updatecli/updatecli-action` from 2.100.0 to 3.3.0
- [Release notes](https://github.com/updatecli/updatecli-action/releases)
- [Commits](4b17f4ea78...5bda7da77b)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-deps
- dependency-name: actions/setup-go
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-deps
- dependency-name: docker/build-push-action
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-deps
- dependency-name: docker/login-action
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-deps
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-deps
- dependency-name: docker/setup-qemu-action
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-deps
- dependency-name: updatecli/updatecli-action
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-23 12:45:41 -07:00
.github Bump the action-deps group across 1 directory with 7 updates (#96) 2026-06-23 12:45:41 -07:00
scripts Remove dapper, greatly simplify package system (#69) 2024-06-03 09:46:50 -07:00
updatecli chore: Update key "version" from file "/tmp/updatecli/github/k3s-io/k... (#53) 2023-05-08 10:20:06 -05:00
.gitignore Remove dapper, greatly simplify package system (#69) 2024-06-03 09:46:50 -07:00
Dockerfile Bump alpine from 3.23 to 3.24 (#94) 2026-06-23 11:19:20 -07:00
entry Fix BIN_DIR to correct location for alpine 1.21 (#78) 2025-03-05 10:05:41 -08:00
LICENSE Initial commit 2019-02-01 22:24:23 -07:00
Makefile Remove dapper, greatly simplify package system (#69) 2024-06-03 09:46:50 -07:00
README.md Update README 2026-04-10 10:55:08 -07:00

Klipper Service Load Balancer

This repo builds the runtime image for the integrated service load balancer (aka ServiceLB) in K3s and RKE2. This works by using a host port for each service load balancer and setting up iptables to forward the request to the cluster IP. The regular k8s scheduler will find a free host port. If there are no free host ports, the service load balancer will stay in pending.

Building

make