File tree 1 file changed +11
-1
lines changed
docs/book/src/development 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,23 @@ Next, create a `tilt-settings.json` file and place it in your local copy of `clu
35
35
36
36
** Example ` tilt-settings.json ` for CAPC clusters:**
37
37
38
+ ``` json
39
+ {
40
+ "default_registry" : " gcr.io/your-project-name-here" ,
41
+ "provider_repos" : [" ../cluster-api-provider-cloudstack" ],
42
+ "enable_providers" : [" kubeadm-bootstrap" , " kubeadm-control-plane" , " cloudstack" ]
43
+ }
44
+ ```
45
+
46
+ ** Example ` tilt-settings.json ` for CAPC clusters with experimental feature gate:**
47
+
38
48
``` json
39
49
{
40
50
"default_registry" : " gcr.io/your-project-name-here" ,
41
51
"provider_repos" : [" ../cluster-api-provider-cloudstack" ],
42
52
"enable_providers" : [" kubeadm-bootstrap" , " kubeadm-control-plane" , " cloudstack" ],
43
53
"kustomize_substitutions" : {
44
- "CLOUDSTACK_B64ENCODED_CREDENTIALS " : " RANDOM_STRING== " ,
54
+ "EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION " : " true " ,
45
55
}
46
56
}
47
57
```
You can’t perform that action at this time.
0 commit comments