build: replace MetalLB with minikube tunnel for LoadBalancer support#4629
Conversation
Switches minikube cluster setup to use `minikube tunnel` instead of MetalLB for providing external IPs to LoadBalancer services, and updates the Minikube installation docs accordingly. This is to solve the issue we were having where you couldn't connect to Agones Services through MetalLB on minikube. Signed-off-by: Mark Mandel <[email protected]>
|
Build Failed 😭 Build Id: fddd8115-ed19-4fb1-9923-b2c39e889436 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
/gcbrun Weird flake |
|
Build Failed 😭 Build Id: f1faada0-1cc8-4a78-8837-ec6a3d8d6f1a Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
/gcbrun Some more panics on autopilot. |
|
Build Succeeded 🥳 Build Id: 7852eaa9-ecd2-497d-b9c3-4ede10475e88 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version: |
lacroixthomas
left a comment
There was a problem hiding this comment.
I wonder if it's also working well for kind (./build/includes/kind.mk) ?
If it's the case we could remove it from there as well alongside of the ./build/metallb-config.yaml.tpl ?
|
Can always do that check as a follow up PR. Looks like Kind takes a different approach: |
|
Build Succeeded 🥳 Build Id: 5f04ea8e-8b8e-4720-8ffb-46a7594aff7f The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version: |
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Switches minikube cluster setup to use
minikube tunnelinstead of MetalLB for providing external IPs to LoadBalancer services, and updates the Minikube installation docs accordingly.This is to solve the issue we were having where you couldn't connect to Agones Services through MetalLB on minikube.
Which issue(s) this PR fixes:
N/A
Did you use AI tools in preparing this PR?:
Y
Special notes for your reviewer:
I don't know when this ability came to Minikube, but it's neat that it does it natively!