Skip to content

Commit 6fa985f

Browse files
committed
Remove old credentials substition
+ add feature gate example Signed-off-by: Hans Rakers <[email protected]>
1 parent 32534d0 commit 6fa985f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/book/src/development/tilt.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,23 @@ Next, create a `tilt-settings.json` file and place it in your local copy of `clu
3535

3636
**Example `tilt-settings.json` for CAPC clusters:**
3737

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+
3848
```json
3949
{
4050
"default_registry": "gcr.io/your-project-name-here",
4151
"provider_repos": ["../cluster-api-provider-cloudstack"],
4252
"enable_providers": ["kubeadm-bootstrap", "kubeadm-control-plane", "cloudstack"],
4353
"kustomize_substitutions": {
44-
"CLOUDSTACK_B64ENCODED_CREDENTIALS": "RANDOM_STRING==",
54+
"EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION": "true",
4555
}
4656
}
4757
```

0 commit comments

Comments
 (0)