Skip to content
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

k8s: the default host (localhost) should get the default port-forwarding behavior #5988

Merged
merged 1 commit into from
Dec 12, 2022

Conversation

nicks
Copy link
Member

@nicks nicks commented Dec 10, 2022

The tiltfile evaluator usually defaults the empty string to "localhost" (because it's the default web host)

We want to make sure that this goes down the default kubernetes binding codepath instead of our custom codepath to resolve hostnames.

Fixes #5981

Signed-off-by: Nick Santos [email protected]

@nicks nicks force-pushed the nicks/portfowards branch from 465ab8f to ec2a8a2 Compare December 10, 2022 00:26
@nicks nicks requested review from milas and nicksieger December 10, 2022 00:27
…ing behavior

The tiltfile evaluator usually defaults the empty string to "localhost"
(because it's the default web host)

We want to make sure that this goes down the default kubernetes binding
codepath instead of our custom codepath to resolve hostnames.

Fixes tilt-dev#5981

Signed-off-by: Nick Santos <[email protected]>
@nicks nicks force-pushed the nicks/portfowards branch from ec2a8a2 to 48c8d9f Compare December 10, 2022 02:02
@nicks nicks merged commit 720582e into tilt-dev:master Dec 12, 2022
@nicks nicks deleted the nicks/portfowards branch December 12, 2022 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port forwards fail to bind on macOS when localhost resolves to fe80::1%lo0
2 participants