-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump haproxy #2750
bump haproxy #2750
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
/hold |
something's not quite right, testing locally. CI does not have HA currently. |
9478474
to
a42b3ea
Compare
So, for some reason debian's haproxy 2.4.X binaries don't have libgcc_s as needed in the elf metadata, but ... they do, or libpthread doesn't work properly. Going back to the 2.2.X LTS line, and dropping the backports since bullseye has 2.2.X as stable. |
that's better: $ kind --version
kind version 0.14.0-alpha+3c260d12e68480
$ cat <<EOF | kind create cluster --retain --config=-
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: control-plane
- role: control-plane
EOF
Creating cluster "kind" ...
✓ Ensuring node image (kindest/node:v1.24.0) 🖼
✓ Preparing nodes 📦 📦 📦
✓ Configuring the external load balancer ⚖️
✓ Writing configuration 📜
✓ Starting control-plane 🕹️
✓ Installing CNI 🔌
✓ Installing StorageClass 💾
✓ Joining more control-plane nodes 🎮
Set kubectl context to "kind-kind"
You can now use your cluster with:
kubectl cluster-info --context kind-kind
Thanks for using kind! 😊 /hold cancel |
/retest |
/lgtm |
2.4.x is also an LTS