We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The main.py file should be synced
When I do a tilt up on this repository https://github.com/VictorW96/tilt-demo/tree/main and change the https://github.com/VictorW96/tilt-demo/blob/main/python-service/main.py I would expect it to live reload inside the container. But this doesn't happen on my machine. It is stuck on the command tar -C / -x -f -.
tilt up
tar -C / -x -f -
I am on Windows 10 with Rancher Desktop and Kubernetes 1.25.11
./python-service/main.py
The text was updated successfully, but these errors were encountered:
thanks for the report! ya, this is a known bug in Rancher Desktop: rancher-sandbox/rancher-desktop#2094
There are workarounds described here: #5730
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
The main.py file should be synced
Current Behavior
When I do a
tilt up
on this repository https://github.com/VictorW96/tilt-demo/tree/main and change the https://github.com/VictorW96/tilt-demo/blob/main/python-service/main.py I would expect it to live reload inside the container. But this doesn't happen on my machine. It is stuck on the commandtar -C / -x -f -
.I am on Windows 10 with Rancher Desktop and Kubernetes 1.25.11
Steps to Reproduce
tilt up
./python-service/main.py
The text was updated successfully, but these errors were encountered: