sillsdev / sillsdev/languageforge-lexbox
Tilt port-forward warning
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 9
- Forks
- 8
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 49
Description
Just saw this in the Tilt logs:
k8s_resource(name='pgadmin', port_forwards='4810') currently maps localhost:4810 to port 80 in your container.
A future version of Tilt will change this default and will map localhost:4810 to port 4810 in your container.
To keep your project working, change your Tiltfile to k8s_resource(name='pgadmin', port_forwards='4810:80')
Don't have time to look into this right now, so making an issue so that this doesn't get lost.
BTW, I would imagine the same warning would apply to other resources in our Tiltfile, like hg which has port_forward(8088, name='hg'), but interestingly Tilt didn't warn about the hg port.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the repository's Tiltfile and the k8s_resource(name='pgadmin', port_forwards='4810') and port_forward(8088, name='hg') entries mentioned in the report. Compare why Tilt warns for pgadmin but not hg, then define the expected port mappings and verify that the relevant warning or configuration behavior is consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100