I tried to use uibutton extension and got disappoined that button cannot execute commands inside pods even with location=location.RESOURCE, and resource fields being set. The only option now (probably, haven't tried yet) is to connect to the pod via argv= field.
Such workaround makes even simplest commands like ls or pwd look terrifying.
I'm curios whether it's possible to implement such functionality via field like execute_locally=False.
I've never being using several pods within Tilt, but to my mind in that case one more additional field like execute_on can ask user what pods should run arvg (e.g. "all", "0", "1", ...).
I tried to use uibutton extension and got disappoined that button cannot execute commands inside pods even with
location=location.RESOURCE, andresourcefields being set. The only option now (probably, haven't tried yet) is to connect to the pod viaargv=field.Such workaround makes even simplest commands like
lsorpwdlook terrifying.I'm curios whether it's possible to implement such functionality via field like
execute_locally=False.I've never being using several pods within Tilt, but to my mind in that case one more additional field like
execute_oncan ask user what pods should runarvg(e.g."all","0","1", ...).