You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/developer/tilt.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,14 @@ documentation](https://docs.tilt.dev/api.html#api.default_registry) for more det
70
70
for more details.
71
71
72
72
**kustomize_substitutions** (Map{String: String}, default={}): An optional map of substitutions for`${}`-style placeholdersin the
73
-
provider's yaml.
73
+
provider's yaml. **Note**: It's recommended to enable the following feature flags forlocal dev environment to ensure e2e tests run through:
74
+
```yaml
75
+
kustomize_substitutions:
76
+
CLUSTER_TOPOLOGY: "true"
77
+
EXP_MACHINE_POOL: "true"
78
+
EXP_CLUSTER_RESOURCE_SET: "true"
79
+
EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION: "true"
80
+
```
74
81
75
82
**deploy_observability** ([string], default=[]): If set, installs on the dev cluster one of more observability
76
83
tools. Supported values are `grafana`, `loki`, `promtail` and/or `prometheus` (Note: the UI for`grafana` and `prometheus` will be accessible via a linkin the tilt console).
0 commit comments