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

server extensions don't work right with tilt args #4892

Closed
nicks opened this issue Aug 25, 2021 · 1 comment
Closed

server extensions don't work right with tilt args #4892

nicks opened this issue Aug 25, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@nicks
Copy link
Member

nicks commented Aug 25, 2021

Add the kubefwd extension to your tiltfile:

v1alpha1.extension_repo(name='default', url='https://github.com/tilt-dev/tilt-extensions')
v1alpha1.extension(name='kubefwd:config', repo_name='default', repo_path='kubefwd')

Then tilt up one service:

$ tilt up postgres

You get:

Beginning Tiltfile execution
local: mktemp --suffix -tilt-kubefwd
 → /tmp/tmp.Lue7xfXjjp-tilt-kubefwd
local: ./create-refresh-button.sh /tmp/tmp.Lue7xfXjjp-tilt-kubefwd
 → uibutton.tilt.dev/kubefwd:refresh unchanged
 → cmd.tilt.dev/kubefwd:refresh configured
You specified some resources that could not be found: "postgres"
Is this a typo? Existing resources in Tiltfile: "kubefwd:run"

I think this is a bug in the extension loader. I think we should change the extension loader to ignore Tilt args.

@nicks nicks added the bug Something isn't working label Aug 25, 2021
nicks added a commit that referenced this issue Aug 26, 2021
@nicks nicks closed this as completed in cb937cd Aug 27, 2021
@nicks
Copy link
Member Author

nicks commented Aug 27, 2021

this is out in tilt v0.22.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant