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
Next, create a `tilt-settings.yaml` file and place it in your local copy of `cluster-api`. Here is an example:
39
+
Next, create a `tilt-settings.yaml` file and place it in your local copy of `cluster-api`. Here is an example that uses the components from the CAPI repo:
40
+
41
+
```yaml
42
+
default_registry: gcr.io/your-project-name-here
43
+
enable_providers:
44
+
- docker
45
+
- kubeadm-bootstrap
46
+
- kubeadm-control-plane
47
+
```
48
+
49
+
To use tilt to launch a provider with its own repo, using Cluster API Provider AWS here, `tilt-settings.yaml` should look like:
0 commit comments