tilt
tilt copied to clipboard
Define your dev environment as code. For microservice apps on Kubernetes.
### Expected Behavior When a pod fails to pull its image with a "pull QPS exceeded" `ErrImagePull` error, it might be better to let k8s retry the pull instead of...
When using `custom_build(..., tag=MYTAG)`, the image is tagged locally with `:MYTAG` but the image pushed to the kubernetes cluster has a different tag based on the beginning of the image...
From sam in the tilt channel: ``` apiVersion: v1 kind: Pod metadata: name: eureka labels: app: eureka spec: containers: - name: eureka image: netflixoss/eureka:1.3.1 ports: - containerPort: 8080 --- apiVersion:...
## Describe the Feature You Want Add the following function to the tiltfile: ``` k8s_yaml(yaml, namespace='foo') ``` Tilt should go through all the objects in the YAML and do Helm/kubecontext...
## Feature request When the project include 50+ running pods may be convenient to have the ability to hide (collapse? ) some of them. Or put them to the bottom...
## Describe the Feature You Want Tell Tilt about a valid dev cluster without having to modify `Tiltfile` to add `allow_k8s_context` ### Current Behavior Tilt refuses to deploy to a...
## Describe the Feature You Want In production, the user running code has readonly access on source code. So I would like to ensure that I have the same configuration...
### Expected Behavior * Tilt extensions are synced transparently without issue ### Current Behavior * Possible for all the files in the extension cache (`$XDG_DATA_HOME/tilt-dev/tilt_modules`) to be deleted during sync...
## Describe the Feature You Want Display runtime pending reasons in the Tilt sidebar UI, e.g.: - Waiting for new pods - Waiting for pod X to initialize - Waiting...
## Describe the Feature You Want It would be nice to be able to customize the title of the web UI. In my use case I would like to be...